The branch, master has been updated via 40ccdcb2366e03fa5a03c41ad9c0bbc5c60feaa0 (commit) from 964664525cd657ba52e82dd47c4314143ccd2516 (commit)
- Log ----------------------------------------------------------------- commit 40ccdcb2366e03fa5a03c41ad9c0bbc5c60feaa0 Author: Tyron Madlener tyronx@gmail.com 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