mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Update build
This commit is contained in:
Vendored
+5
-1
@@ -290,7 +290,11 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (var i = 0, l = this._needsClustering.length; i < l; i++) {
|
for (var i = 0, l = this._needsClustering.length; i < l; i++) {
|
||||||
this._addLayer(this._needsClustering[i], this._maxZoom);
|
var layer = this._needsClustering[i];
|
||||||
|
if (layer.__parent) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
this._addLayer(layer, this._maxZoom);
|
||||||
}
|
}
|
||||||
this._needsClustering = [];
|
this._needsClustering = [];
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user