From 1eeddcd08260b3467b6e5aa5eadd0a0a694867df Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 25 Sep 2011 07:45:23 -0400 Subject: [PATCH] bug #3413743 [interface] Display options link missing after search --- ChangeLog | 1 + js/tbl_select.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e46b9df864..c7a633c201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - bug #3411535 [display] Full text button unchecks results display options - bug #3411224 [display] Broken binary column when 'Show binary contents' is not set - bug #3411633 [core] Call to undefined function PMA_isSuperuser() +- bug #3413743 [interface] Display options link missing after search 3.4.5.0 (2011-09-14) - bug #3375325 [interface] Page list in navigation frame looks odd 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']); -- 2.11.4.GIT