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