mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Default examples should work in IE
This commit is contained in:
@@ -56,8 +56,6 @@
|
||||
|
||||
var polygon;
|
||||
markers.on('clustermouseover', function (a) {
|
||||
console.log('cluster ' + a.layer.getAllChildMarkers().length);
|
||||
|
||||
if (polygon) {
|
||||
map.removeLayer(polygon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user