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
path: root/js
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-05-21 15:57:40 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-21 15:57:40 +0400
commit7a295f94734bccb1026e100f3936ff02837cabe0 (patch)
treefabf4dacbafb8d9408322ffcceb857953d41d5b7 /js
parent4ffeb06ca0cfc8afac3879d9b6938537cd8eb2ba (diff)
Problems under IE 8
Diffstat (limited to 'js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index 1a26a979c6..5628c831ab 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -414,7 +414,7 @@ $(document).ready(function() {
yaxis: {
label: $('#tableid_1').val(),
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
- },
+ }
},
highlighter: {
show: true,