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:
authorMarc Delisle <marc@infomarc.info>2011-09-25 15:45:23 +0400
committerMarc Delisle <marc@infomarc.info>2011-09-25 15:45:23 +0400
commit1eeddcd08260b3467b6e5aa5eadd0a0a694867df (patch)
treeee8fb129175bffc199e27beb40232e7b8700864d /js/tbl_select.js
parent158ce0657a8e9779348bbde43332b6a07ee37886 (diff)
bug #3413743 [interface] Display options link missing after search
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 8115245cbc..041d6ef663 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -77,6 +77,8 @@ $(document).ready(function() {
$('#togglesearchformdiv')
// now it's time to show the div containing the link
.show();
+ // needed for the display options slider in the results
+ PMA_init_slider();
} else {
// error message (zero rows)
$("#sqlqueryresults").html(response['message']);