Fix advanced options toggle for data string modules - #1734

This commit is contained in:
enriquecd 2018-01-09 12:16:11 +01:00
parent cca78fec2c
commit ca5032b4f6
1 changed files with 3 additions and 0 deletions

View File

@ -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");
svg.selectAll("g").remove();
width_x = 201;
height_x = 50;
//message error warning
if (error_w == 1) {
$("#text-max_warning").addClass("input_error");