mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
Fix advanced options toggle for data string modules - #1734
This commit is contained in:
parent
cca78fec2c
commit
ca5032b4f6
@ -1516,6 +1516,9 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er
|
|||||||
var svg = d3.select("#svg_dinamic");
|
var svg = d3.select("#svg_dinamic");
|
||||||
svg.selectAll("g").remove();
|
svg.selectAll("g").remove();
|
||||||
|
|
||||||
|
width_x = 201;
|
||||||
|
height_x = 50;
|
||||||
|
|
||||||
//message error warning
|
//message error warning
|
||||||
if (error_w == 1) {
|
if (error_w == 1) {
|
||||||
$("#text-max_warning").addClass("input_error");
|
$("#text-max_warning").addClass("input_error");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user