diff --git a/js/makegrid.js b/js/makegrid.js index e18225c11a..6f9d6860be 100644 --- a/js/makegrid.js +++ b/js/makegrid.js @@ -493,6 +493,7 @@ // register events if ($firstRowCols.length > 1) { $(t).find('th.draggable') + .css('cursor', 'move') .mousedown(function(e) { g.dragStartMove(e, this); }); @@ -506,6 +507,7 @@ g.hideHint(); }); $(t).find('th.draggable a') + .attr('title', '') // hide default tooltip for sorting .mouseenter(function(e) { g.showSortHint = true; g.showMarkHint = false; diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index b50a60d9a0..0a37dc3940 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -393,7 +393,7 @@ function PMA_displayTableNavigation($pos_next, $pos_prev, $sql_query, $id_for_di } // end move toward ?>