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-11-25 19:02:12 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-25 19:02:12 +0400
commit4fbf5e0f13c9f2e4d6a05904668e0e7c8f229a21 (patch)
tree27633a65babadf1cd5afbbf6bfc8ef22a891cebb /js/server_variables.js
parent73f00ef690f52bf8dda2b14211914fa44288b9a6 (diff)
Fixed duplicate icons on back button press
Diffstat (limited to 'js/server_variables.js')
-rw-r--r--js/server_variables.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/server_variables.js b/js/server_variables.js
index fead605852..12ae9d0c52 100644
--- a/js/server_variables.js
+++ b/js/server_variables.js
@@ -7,6 +7,7 @@ AJAX.registerTeardown('server_variables.js', function() {
$('#serverVariables .var-row').unbind('hover');
$('#filterText').unbind('keyup');
$('a.editLink').die('click');
+ $('#serverVariables').find('.var-name').find('a img').remove();
});
AJAX.registerOnload('server_variables.js', function() {