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 () {
|
$(window).resize(function () {
|
||||||
if (jqplot != null)
|
if (jqplot != null && $('#chart').is(':visible'))
|
||||||
jqplot.replot( { resetAxes: false } );
|
jqplot.replot({ resetAxes: false });
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
.row
|
.row
|
||||||
|
|||||||
Reference in New Issue
Block a user