mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Removed unused variables
This commit is contained in:
+1
-3
@@ -39,9 +39,7 @@
|
||||
, areas = {}
|
||||
, plots = {}
|
||||
, legends = []
|
||||
, id = 0
|
||||
, zoomCenter = {}
|
||||
, zoomOptions = [];
|
||||
, id = 0;
|
||||
|
||||
options.map.tooltip.css && $tooltip.css(options.map.tooltip.css);
|
||||
paper.setViewBox(0, 0, mapConf.width, mapConf.height, false);
|
||||
|
||||
Reference in New Issue
Block a user