bug #3413743 [interface] Display options link missing after search

This commit is contained in:
Marc Delisle
2011-09-25 07:45:23 -04:00
parent 158ce0657a
commit 1eeddcd082
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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']);