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-18 17:23:31 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:04:52 +0400
commita938a66c8d9b543bf00339b3c5c2a50e7180a93e (patch)
tree1cfa756aac2c3f374055611bcb821e52f36d78fe /js/db_structure.js
parent800b8ef544f1a6370b0b3d1697346cc38f362f91 (diff)
Use an "ajax" class on ajaxified "Truncate Table" links
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 bf531ffeb6..23daf9ba4f 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -289,7 +289,7 @@ $(function() {
*
* @see $cfg['AjaxEnable']
*/
- $("a.truncate_table_anchor").live('click', function(event) {
+ $("a.truncate_table_anchor.ajax").live('click', function(event) {
event.preventDefault();
/**