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:
authorMarc Delisle <marc@infomarc.info>2012-05-13 19:24:25 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-13 19:24:25 +0400
commit9f6dc058dd4d9847e527d7f6a67bdf211309607d (patch)
tree701302a60516d839939fa016d6ab6f2a698b3085 /tbl_zoom_select.php
parentd00d62e141c9e0bcf268635037f3331c6924f2d7 (diff)
Zoom
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 433f690bf5..82ca4f3cc2 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -25,6 +25,7 @@ $GLOBALS['js_include'][] = 'jqplot/jquery.jqplot.js';
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasTextRenderer.js';
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasAxisLabelRenderer.js';
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.highlighter.js';
+$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.cursor.js';
$GLOBALS['js_include'][] = 'canvg/canvg.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';