mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Woops, fix the IE code.
This commit is contained in:
@@ -378,7 +378,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
|
||||
|
||||
//Add all children of current clusters to map and remove those clusters from map
|
||||
for (i = 0; i < startingClusters.length; i++) {
|
||||
c = startingClusters[j];
|
||||
c = startingClusters[i];
|
||||
|
||||
//Remove old cluster
|
||||
L.FeatureGroup.prototype.removeLayer.call(this, c); //TODO Animate
|
||||
|
||||
Reference in New Issue
Block a user