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_search.js
parenteedf07e9152c1f695924370764145fc3a5cccebd (diff)
Rewrite and integration of js/common.js
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/db_search.js b/js/db_search.js
index ed43cea4b0..b9eb1dfffd 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -53,9 +53,6 @@ function loadResult(result_path, table_name, link, ajaxEnable)
scrollTop: $("#browse-results").offset().top
}, 1000);
PMA_ajaxRemoveMessage($msg);
- // because under db_search, window.parent.table is not defined yet,
- // we assign it manually from #table-link
- window.parent.table = $('#table-link').text().trim();
PMA_makegrid($('#table_results')[0], true, true, true, true);
}).show();
} else {