diff --git a/js/sql.js b/js/sql.js index 3f778e159a..c1106cdfcd 100644 --- a/js/sql.js +++ b/js/sql.js @@ -162,24 +162,6 @@ $(document).ready(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(); - }) - - /** - * 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)