From 4eb4d318bbfbadd3df9b33dab0b72d14c9897a6c Mon Sep 17 00:00:00 2001 From: ninadsp Date: Sun, 11 Jul 2010 23:51:02 +0530 Subject: [PATCH] Forgot to set the context for the recently added $(document).ready() snippets. Added them --- js/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/functions.js b/js/functions.js index 09df37194..26c2b677a 100755 --- a/js/functions.js +++ b/js/functions.js @@ -1929,7 +1929,7 @@ $(document).ready(function() { }) // end $.get }) }) -}); //end $(document).ready() for libraries/tbl_links.inc.php +}, 'top.frame_content'); //end $(document).ready() for libraries/tbl_links.inc.php /** * jQuery coding for Drop Trigger. Used on tbl_structure.php @@ -1961,4 +1961,4 @@ $(document).ready(function() { }) // end $.get }) }) -}); //end $(document).ready() for Drop Trigger \ No newline at end of file +}, 'top.frame_content'); //end $(document).ready() for Drop Trigger \ No newline at end of file