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:17:22 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:04:52 +0400
commit800b8ef544f1a6370b0b3d1697346cc38f362f91 (patch)
treec17b235f67ae9118ba155ccafe6f18a7b085723d /js/db_structure.js
parent22158ed38788237b7d96f39c420f65af61f603d5 (diff)
Use an "ajax" class on ajaxified "Drop Tracking" 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 09e48c1ab8..bf531ffeb6 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -398,7 +398,7 @@ $(function() {
*
* @see $cfg['AjaxEnable']
*/
- $('a.drop_tracking_anchor').live('click', function(event) {
+ $('a.drop_tracking_anchor.ajax').live('click', function(event) {
event.preventDefault();
var $anchor = $(this);