From 3961a9af6ec64064193c53f9d6e336a945c86cd1 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 7 Dec 2009 15:06:48 -0500 Subject: [PATCH] Fixed bug when using with glossary tip --- main/document/showinframes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/document/showinframes.php b/main/document/showinframes.php index 613389a45d..5787a9993f 100755 --- a/main/document/showinframes.php +++ b/main/document/showinframes.php @@ -120,9 +120,9 @@ $path_info= pathinfo($file_url_sys); //loads the glossary library - $(document).ready(function() { + // $(document).ready(function() { $.frameReady(function(){ // $("
I am a div courses
").prependTo("body"); }, "top.mainFrame", @@ -133,11 +133,11 @@ $path_info= pathinfo($file_url_sys); ] } ); - }); + // }); - $(document).ready(function() { + // $(document).ready(function() { $.frameReady(function(){ // $("
I am a div courses
").prependTo("body"); @@ -150,7 +150,7 @@ $path_info= pathinfo($file_url_sys); } ); - }); + // });