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:
authorRouslan Placella <rouslan@placella.com>2012-06-06 15:42:39 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:04 +0400
commit796012fcc574215cf95e4fb631501d2b198c70e9 (patch)
treef50dbfd919041746b328a2a7c312371882c806eb /js/db_structure.js
parent30d7d92e0254acd7ada4706e64a8dce43ecfebe3 (diff)
Completely drop footnotes and use tooltips instead
Diffstat (limited to 'js/db_structure.js')
-rw-r--r--js/db_structure.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/db_structure.js b/js/db_structure.js
index f5d4db94bb..5305431334 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -194,7 +194,7 @@ $(function() {
$("table.insertRowTable").addClass("ajax");
$("#buttonYes").addClass("ajax");
$div = $("#insert_table_dialog");
- PMA_convertFootnotesToTooltips($div);
+ PMA_showHints($div);
}
PMA_ajaxRemoveMessage($msgbox);
}); // end $.get()