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-24 20:19:37 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-24 20:19:37 +0400
commit376579c517600bc6c73c2c5a3952e4c1a899626f (patch)
tree2e7790fa7c78fc8d2e9dcd8e381be6a32107fa6f /tbl_zoom_select.php
parent07513a599d63292005b84fc0a36a765c90bb2354 (diff)
Mouse wheel no longer used in zoom search
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 0e528c5358..d85ad7760e 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -20,7 +20,6 @@ $GLOBALS['js_include'][] = 'makegrid.js';
$GLOBALS['js_include'][] = 'sql.js';
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'date.js';
-$GLOBALS['js_include'][] = 'jquery/jquery.mousewheel.js';
/* < IE 9 doesn't support canvas natively */
if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) {
$GLOBALS['js_include'][] = 'canvg/flashcanvas.js';