Work around for Bug #3168569 - Issue on toggling the 'Hide search criteria' in chrome.
This commit is contained in:
@@ -70,7 +70,10 @@ $(document).ready(function() {
|
|||||||
// found results
|
// found results
|
||||||
$("#sqlqueryresults").html(response);
|
$("#sqlqueryresults").html(response);
|
||||||
$("#sqlqueryresults").trigger('appendAnchor');
|
$("#sqlqueryresults").trigger('appendAnchor');
|
||||||
$('#tbl_search_form').hide();
|
$('#tbl_search_form')
|
||||||
|
// work around for bug #3168569 - Issue on toggling the "Hide search criteria" in chrome.
|
||||||
|
.slideToggle()
|
||||||
|
.hide();
|
||||||
$('#togglesearchformlink')
|
$('#togglesearchformlink')
|
||||||
// always start with the Show message
|
// always start with the Show message
|
||||||
.text(PMA_messages['strShowSearchCriteria'])
|
.text(PMA_messages['strShowSearchCriteria'])
|
||||||
|
Reference in New Issue
Block a user