Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-06-11 15:16:41 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-06-11 15:16:41 +0400
commit0fbe20103fb4e46ef1be2cd71553dbffabca5eab (patch)
tree6ce58231bc7bd3055a45669c2bda5a4aec1447db /js/tbl_zoom_plot_jqplot.js
parentd7ab56f37bc78945693df8876b35e2e5cde2f7cf (diff)
Fix mangled datalabels bug(zoom search) in case of chromium browser
Diffstat (limited to 'js/tbl_zoom_plot_jqplot.js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index 994d35e8c2..e7d60eeb8d 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -534,6 +534,7 @@ $(document).ready(function() {
// resizing, it's ok
// under IE 9, everything is fine
currentChart = $.jqplot('querychart', series, options);
+ currentChart.resetZoom();
$('button.button-reset').click(function(event) {
event.preventDefault();