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:
authorAmmar Yasir <ammaryasir.88@gmail.com>2011-08-15 15:48:07 +0400
committerAmmar Yasir <ammaryasir.88@gmail.com>2011-08-15 15:48:07 +0400
commited98d7ead90a73e64602ee20621d54f0b33f39dc (patch)
treeb58439a0b3dc43f8c519b06483cbab38e8ce50b3 /tbl_zoom_select.php
parent8dd9309fcb059623f51f516689ef222f3b5904fe (diff)
Added: Mousewheel zoom and panning feature
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index cdb784d00b..9dd86f9e2a 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -20,12 +20,12 @@ $GLOBALS['js_include'][] = 'makegrid.js';
$GLOBALS['js_include'][] = 'sql.js';
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'tbl_zoom_plot.js';
-$GLOBALS['js_include'][] = 'date.js';
+$GLOBALS['js_include'][] = 'jquery/date.js';
+$GLOBALS['js_include'][] = 'jquery/jquery.mousewheel.js';
$GLOBALS['js_include'][] = 'highcharts/highcharts.js';
/* Files required for chart exporting */
$GLOBALS['js_include'][] = 'highcharts/exporting.js';
$GLOBALS['js_include'][] = 'canvg/canvg.js';
-$GLOBALS['js_include'][] = 'canvg/rgbcolor.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';