[Jifty-commit] r5676 - in jifty/trunk: share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Fri Aug 8 12:12:32 EDT 2008


Author: trs
Date: Fri Aug  8 12:12:32 2008
New Revision: 5676

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r38824 at zot:  tom | 2008-08-08 12:12:20 -0400
 Remove pesky debugging statement


Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Fri Aug  8 12:12:32 2008
@@ -771,7 +771,6 @@
     ".focus": function(e) {
         /* Check to see if the element is already focused */
         if (!jQuery(e).hasClass("focused")) {
-            console.log("here");
             jQuery(e).addClass("focused").focus();
         }
     }


More information about the Jifty-commit mailing list