Skip to content

Commit

Permalink
Mouse wheel no longer used in zoom search
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed May 24, 2012
1 parent 07513a5 commit 376579c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tbl_zoom_select.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
$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';
Expand Down

0 comments on commit 376579c

Please sign in to comment.