You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2009/03/12 18:52:19 UTC

svn commit: r752950 - /continuum/trunk/continuum-webapp/src/main/resources/template/default/head.ftl

Author: evenisse
Date: Thu Mar 12 17:52:18 2009
New Revision: 752950

URL: http://svn.apache.org/viewvc?rev=752950&view=rev
Log:
[CONTINUUM-2038] Fix dojo errors
Submitted by: Jose Morales Martinez

Modified:
    continuum/trunk/continuum-webapp/src/main/resources/template/default/head.ftl

Modified: continuum/trunk/continuum-webapp/src/main/resources/template/default/head.ftl
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/template/default/head.ftl?rev=752950&r1=752949&r2=752950&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/template/default/head.ftl (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/template/default/head.ftl Thu Mar 12 17:52:18 2009
@@ -25,7 +25,7 @@
         baseRelativePath: "<@s.url includeParams='none' value='/struts/dojo' includeParams="none" encode='false'/>",
         isDebug: ${parameters.debug?default(false)},
         bindEncoding: "${parameters.encoding}",
-        debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
+        debugAtAllCosts: false // not needed, but allows the Venkman debugger to work with the includes
     };
 </script>
 <script type="text/javascript"