Bug #3166356 Search result panel duplicates the elements in Chrome

This commit is contained in:
Madhura Jayaratne
2011-01-27 15:33:09 +05:30
parent 03b648ff46
commit b8b77503d2

View File

@@ -33,7 +33,7 @@ $(document).ready(function() {
PMA_ajaxShowMessage(PMA_messages['strSearching']);
$(this).append('<input type="hidden" name="ajax_request" value="true"');
$(this).append('<input type="hidden" name="ajax_request" value="true">');
$.get($(this).attr('action'), $(this).serialize() + "&submit_search=" + $("#buttonGo").val(), function(data) {
$("#searchresults").html(data);