The branch, master has been updated via 426eb193eb1270a78ec8efe93a5bb670276cda37 (commit) from 6f21803615918bd55eb8180d33b43e72d71f2f25 (commit)
- Log ----------------------------------------------------------------- commit 426eb193eb1270a78ec8efe93a5bb670276cda37 Author: Marc Delisle marc@infomarc.info Date: Tue Sep 21 08:16:52 2010 -0400
empty previous search results
-----------------------------------------------------------------------
Summary of changes: js/tbl_select.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/js/tbl_select.js b/js/tbl_select.js index f7bd272..47d1246 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
hooks/post-receive