Fix jqPlot error msgs on market page when resizing
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ block content
|
||||
});
|
||||
}
|
||||
$(window).resize(function () {
|
||||
if (jqplot != null)
|
||||
if (jqplot != null && $('#chart').is(':visible'))
|
||||
jqplot.replot({ resetAxes: false });
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user