The branch, master has been updated
       via  40ccdcb2366e03fa5a03c41ad9c0bbc5c60feaa0 (commit)
      from  964664525cd657ba52e82dd47c4314143ccd2516 (commit)


- Log -----------------------------------------------------------------
commit 40ccdcb2366e03fa5a03c41ad9c0bbc5c60feaa0
Author: Tyron Madlener <[email protected]>
Date:   Tue Jul 19 21:44:53 2011 +0300

    Remove duplicate intialization

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

Summary of changes:
 js/sql.js |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/js/sql.js b/js/sql.js
index 3f778e1..c1106cd 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -170,24 +170,6 @@ $(document).ready(function() {
     $("#sqlqueryresults").live('refreshgrid', function() {
         $('#table_results').refreshgrid();
     })
-    
-    /**
-     * Attach the {@link makegrid} function to a custom event, which will be
-     * triggered manually everytime the table of results is reloaded
-     * @memberOf    jQuery
-     */
-    $("#sqlqueryresults").live('makegrid', function() {
-        $('#table_results').makegrid();
-    })
-    
-    /**
-     * Attach the {@link refreshgrid} function to a custom event, which will be
-     * triggered manually everytime the table of results is manipulated (e.g., 
by inline edit)
-     * @memberOf    jQuery
-     */
-    $("#sqlqueryresults").live('refreshgrid', function() {
-        $('#table_results').refreshgrid();
-    })
 
     /**
      * Trigger the appendAnchor event to prepare the first table for inline 
edit


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to