From 426eb193eb1270a78ec8efe93a5bb670276cda37 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 21 Sep 2010 08:16:52 -0400 Subject: [PATCH] empty previous search results --- js/tbl_select.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/tbl_select.js b/js/tbl_select.js index f7bd2720bf..47d1246910 100644 --- a/js/tbl_select.js +++ b/js/tbl_select.js @@ -32,6 +32,8 @@ $(document).ready(function() { $search_form = $(this); event.preventDefault(); + // empty previous search results while we are waiting for new results + $("#searchresults").empty(); PMA_ajaxShowMessage(PMA_messages['strSearching']); // add this hidden field just once -- 2.11.4.GIT