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-07-24 16:57:25 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:23:59 +0400
commit7356b407ad45ad41ceff0c353b1ff1cb090c3253 (patch)
tree20c1495ca0dd939ff005c039f5c6cf09b71b0dbf /js/db_structure.js
parenteedf07e9152c1f695924370764145fc3a5cccebd (diff)
Rewrite and integration of js/common.js
Diffstat (limited to 'js/db_structure.js')
-rw-r--r--js/db_structure.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/db_structure.js b/js/db_structure.js
index 4d1c73e3cf..815ce0b5af 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -397,10 +397,6 @@ AJAX.registerOnload('db_structure.js', function() {
toggleRowColors($curr_row.next());
$curr_row.hide("medium").remove();
PMA_adjustTotals();
-
- if (window.parent && window.parent.frame_navigation) {
- window.parent.frame_navigation.location.reload();
- }
PMA_reloadNavigation();
} else {
PMA_ajaxShowMessage(PMA_messages['strErrorProcessingRequest'] + " : " + data.error, false);