Workaround for Chrome problem on db search
This commit is contained in:
@@ -69,7 +69,10 @@ $(document).ready(function() {
|
|||||||
// found results
|
// found results
|
||||||
$("#searchresults").html(response);
|
$("#searchresults").html(response);
|
||||||
$("#sqlqueryresults").trigger('appendAnchor');
|
$("#sqlqueryresults").trigger('appendAnchor');
|
||||||
$('#db_search_form').hide();
|
$('#db_search_form')
|
||||||
|
// workaround for Chrome problem (bug #3168569)
|
||||||
|
.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