svn commit: r509719 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r509719 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

jonesde
Author: jonesde
Date: Tue Feb 20 11:35:40 2007
New Revision: 509719

URL: http://svn.apache.org/viewvc?view=rev&rev=509719
Log:
Changed so that dojo.js is no longer included in the global/common decorator, it should instead be added to each screen that uses it to avoid possilbe conflicts, and overhead too

Modified:
    ofbiz/trunk/framework/common/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?view=diff&rev=509719&r1=509718&r2=509719
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Tue Feb 20 11:35:40 2007
@@ -95,7 +95,7 @@
                 <!-- The default (global) stylesheet is added to the list of stylesheets to the first position -->
                 <set field="layoutSettings.styleSheets[+0]" value="/images/maincss.css" global="true"/>
                 <!-- The default (global) java scripts -->
-                <set field="layoutSettings.javaScripts[]" value="/images/dojo/dojo.js" global="true"/>
+                <!-- NOTE: this should be included on each screen that uses it to avoid including it in all screens: <set field="layoutSettings.javaScripts[]" value="/images/dojo/dojo.js" global="true"/> -->
                 <set field="layoutSettings.javaScripts[]" value="/images/calendar1.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/images/selectall.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/images/fieldlookup.js" global="true"/>