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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Aug 5 00:43:40 EDT 2006


Author: trs
Date: Sat Aug  5 00:43:38 2006
New Revision: 1760

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

Log:
 r15090 at zot:  tom | 2006-08-05 00:43:19 -0400
 Remove 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	Sat Aug  5 00:43:38 2006
@@ -392,7 +392,6 @@
             for ( var i = 0; i < buttons.length; i++ ) {
                 var b = buttons[i];
                 if ( Form.Element.buttonActions( b ).indexOf( action.moniker ) >= 0 ) {
-                    window.console.log( "clicking!" );
                     b.click();
                     return true;
                 }


More information about the Jifty-commit mailing list