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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-12-04 09:53:06 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-12-04 09:53:06 +0300
commit60079cd29771591945dc5b6b08b3c819c3eeb9dc (patch)
treedd5a749c5685eebef4afae9fbce46ce5becde242 /js/db_central_columns.js
parent096c5d4ac0826e74617e36fc5419a6d0f277ccd4 (diff)
As of 1.9, the event name string "hover" is no longer supported as a synonym for "mouseenter mouseleave"
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/db_central_columns.js')
-rw-r--r--js/db_central_columns.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/db_central_columns.js b/js/db_central_columns.js
index 73856a754a..5c3991d078 100644
--- a/js/db_central_columns.js
+++ b/js/db_central_columns.js
@@ -22,7 +22,7 @@ AJAX.registerTeardown('db_central_columns.js', function () {
$(".del_row").unbind('click');
$(document).off("keyup", ".filter_rows");
$('.edit_cancel_form').unbind('click');
- $('.column_heading').unbind('hover');
+ $('.column_heading').unbind('mouseenter');
$('#table-select').unbind('change');
$('#column-select').unbind('change');
$("#add_col_div>a").unbind('click');
@@ -46,7 +46,7 @@ AJAX.registerOnload('db_central_columns.js', function () {
'width' : '10em',
'-moz-box-sizing' : 'border-box'
});
- $('.column_heading').hover(function(){
+ $('.column_heading').mouseenter(function(){
$(this).css("cursor","move");
PMA_tooltip(
$(this),