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:
authorAris Feryanto <aris_feryanto@yahoo.com>2011-09-15 12:49:36 +0400
committerAris Feryanto <aris_feryanto@yahoo.com>2011-09-15 12:49:36 +0400
commitc1878a1abd41cdc768e264aadd0ddc6065c158d3 (patch)
tree1ab89d4d1252bc364993d0d763969c99b74ed7e6 /js/tbl_select.js
parent2c9b0b2675f6fa28b2e24010fc1cbcc5e5c96f17 (diff)
Trigger makegrid in table search result
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 4f6ddf0883..00e3a5773e 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -66,7 +66,7 @@ $(document).ready(function() {
if (typeof response == 'string') {
// found results
$("#sqlqueryresults").html(response);
- $("#sqlqueryresults").trigger('appendAnchor');
+ $("#sqlqueryresults").trigger('makegrid');
$('#tbl_search_form')
// workaround for bug #3168569 - Issue on toggling the "Hide search criteria" in chrome.
.slideToggle()