mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed undeclared variable in drawLegend function
This commit is contained in:
@ -686,7 +686,8 @@
|
||||
, x = 0
|
||||
, y = 0
|
||||
, yCenter = 0
|
||||
, sliceAttrs = [];
|
||||
, sliceAttrs = []
|
||||
, length = 0;
|
||||
|
||||
if (!legendOptions.slices || !legendOptions.display)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user