The branch, master has been updated
       via  c1878a1abd41cdc768e264aadd0ddc6065c158d3 (commit)
      from  2c9b0b2675f6fa28b2e24010fc1cbcc5e5c96f17 (commit)


- Log -----------------------------------------------------------------
commit c1878a1abd41cdc768e264aadd0ddc6065c158d3
Author: Aris Feryanto <[email protected]>
Date:   Thu Sep 15 15:49:36 2011 +0700

    Trigger makegrid in table search result

-----------------------------------------------------------------------

Summary of changes:
 js/tbl_select.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/tbl_select.js b/js/tbl_select.js
index 4f6ddf0..00e3a57 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -66,7 +66,7 @@ $(document).ready(function() {
             if (typeof response == 'string') {
                 // found results
                 $("#sqlqueryresults").html(response);
-                $("#sqlqueryresults").trigger('appendAnchor');
+                $("#sqlqueryresults").trigger('makegrid');
                 $('#tbl_search_form')
                 // workaround for bug #3168569 - Issue on toggling the "Hide 
search criteria" in chrome.
                  .slideToggle()    


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to