Forgot to set the context for the recently added $(document).ready()

snippets.  Added them
This commit is contained in:
ninadsp
2010-07-11 23:51:02 +05:30
parent fe9f539ed2
commit 4eb4d318bb

View File

@@ -1929,7 +1929,7 @@ $(document).ready(function() {
}) // end $.get }) // 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 * jQuery coding for Drop Trigger. Used on tbl_structure.php
@@ -1961,4 +1961,4 @@ $(document).ready(function() {
}) // end $.get }) // end $.get
}) })
}) })
}); //end $(document).ready() for Drop Trigger }, 'top.frame_content'); //end $(document).ready() for Drop Trigger