[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_5RC1-19141-gc1878a1

Aris Feryanto arisferyanto at users.sourceforge.net
Thu Sep 15 10:51:33 CEST 2011


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


- Log -----------------------------------------------------------------
commit c1878a1abd41cdc768e264aadd0ddc6065c158d3
Author: Aris Feryanto <aris_feryanto at yahoo.com>
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




More information about the Git mailing list