[Jifty-commit] r1079 - in jifty/branches/jifty-jsan: share/web/templates/_elements

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu May 18 18:49:53 EDT 2006


Author: trs
Date: Thu May 18 18:49:52 2006
New Revision: 1079

Modified:
   jifty/branches/jifty-jsan/   (props changed)
   jifty/branches/jifty-jsan/share/web/templates/_elements/javascript

Log:
 r12387 at zot:  tom | 2006-05-18 18:49:43 -0400
 Not really as desirable or as useful as I first thought.


Modified: jifty/branches/jifty-jsan/share/web/templates/_elements/javascript
==============================================================================
--- jifty/branches/jifty-jsan/share/web/templates/_elements/javascript	(original)
+++ jifty/branches/jifty-jsan/share/web/templates/_elements/javascript	Thu May 18 18:49:52 2006
@@ -26,11 +26,8 @@
    <script type="text/javascript" src="/static/js/jsan/JSAN.js"></script>
    <script type="text/javascript">
      JSAN.includePath = [ "/static/js/jsan" ];
-% if ( Jifty->config->framework("DevelMode") ) {
-     JSAN.errorLevel = "warn";
-% } else {
+     // You might want to change this to "warn" for development
      JSAN.errorLevel = "none";
-% }
    </script>
 
 % for (@libs) {


More information about the Jifty-commit mailing list