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:
authorGemorroj <wapinet@gmail.com>2013-01-26 16:35:29 +0400
committerGemorroj <wapinet@gmail.com>2013-01-26 16:35:29 +0400
commitfc51a91713b1e99e0aee9aa778402ee59f860d3d (patch)
tree546859f5467b6b3a7badb32a7b388887e28b6c07 /js/db_structure.js
parentc3f2796544bf027ac85577cd18715b0c7af7de94 (diff)
many some minor fixes (sorry, see diff)
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 34f326fe1b..5081d0274e 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -319,7 +319,7 @@ AJAX.registerOnload('db_structure.js', function() {
}
// Make the removed table visible in the list of 'Untracked tables'.
- $untracked_table = $('table#noversions');
+ var $untracked_table = $('table#noversions');
// This won't work if no untracked tables are there.
if ($untracked_table.length > 0) {