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
path: root/js
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-06-06 15:03:47 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-06 15:03:47 +0400
commiteece82dc8172ae50fe6aff4c1cd3033632e192c5 (patch)
tree1723303d2bf70beddb3985d6294d08971fa8df50 /js
parent5ba4212f82aca8dd12e7360197be0f5e6d7f89ff (diff)
Fixed broken "Switch to visual builder" link in db_qbe.php
Diffstat (limited to 'js')
-rw-r--r--js/functions.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/functions.js b/js/functions.js
index f61574c83b..1cf4adc9f3 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -3367,12 +3367,6 @@ $(function() {
});
/**
- * Reveal visual builder anchor
- */
-
- $('#visual_builder_anchor').show();
-
- /**
* Page selector in db Structure (non-AJAX)
*/
$('#tableslistcontainer').find('#pageselector').live('change', function() {