[Jifty-commit] r5131 - jifty/trunk/share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Mon Feb 18 03:35:52 EST 2008


Author: bokutin
Date: Mon Feb 18 03:35:51 2008
New Revision: 5131

Modified:
   jifty/trunk/share/web/static/js/behaviour.js

Log:
revert. sorry for miss committed.

Modified: jifty/trunk/share/web/static/js/behaviour.js
==============================================================================
--- jifty/trunk/share/web/static/js/behaviour.js	(original)
+++ jifty/trunk/share/web/static/js/behaviour.js	Mon Feb 18 03:35:51 2008
@@ -46,12 +46,7 @@
 };
 
 (function($) {
-    // XXX: Problems with .ready() less than jQuery 1.2.2 in IE6.
-    // http://groups.google.com/group/jquery-en/browse_thread/thread/cb84c7a1f08a1d6d
     $(document).ready(function(){
-	// making IE happy (and sometimes Safari) 
-	setTimeout(function(){}, 500); 
-
         Behaviour.apply();
     });
 })(jQuery);


More information about the Jifty-commit mailing list