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:59 +0400
committerMarc Delisle <marc@infomarc.info>2011-09-25 15:45:59 +0400
commit1c48e6a817746e4f37f1ec685850abdcbdf7b7ff (patch)
tree5b867ccdc20b1a31850f2d2f04592493e12f8b9d /js/tbl_select.js
parent16c5e7bab03d3651b05470bd1dcdf89a8998c08d (diff)
parent1eeddcd08260b3467b6e5aa5eadd0a0a694867df (diff)
Merge branch 'QA_3_4'
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 00e3a5773e..1808b73230 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']);