You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/10/28 13:39:44 UTC

svn commit: r1028265 - /ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml

Author: jleroux
Date: Thu Oct 28 11:39:44 2010
New Revision: 1028265

URL: http://svn.apache.org/viewvc?rev=1028265&view=rev
Log:
Definitively removes all OOTB Prototype references (libs loading)

Modified:
    ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml

Modified: ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml?rev=1028265&r1=1028264&r2=1028265&view=diff
==============================================================================
--- ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/branches/jquery/framework/common/widget/CommonScreens.xml Thu Oct 28 11:39:44 2010
@@ -134,12 +134,6 @@ under the License.
                 <set field="layoutSettings.javaScripts[]" value="/images/getDependentDropdownValues.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/images/selectMultipleRelatedValues.js" global="true"/>
 
-                    <!-- Prototype temporarily re-added to avoid issues while working with jQuery Branch-->
-                <!--set field="layoutSettings.javaScripts[]" value="/images/prototypejs/scriptaculous.js" global="true"/>
-                <set field="layoutSettings.javaScripts[]" value="/images/prototypejs/prototype.js" global="true"/>
-                <set field="layoutSettings.javaScripts[]" value="/images/prototypejs/resize.js" global="true"/-->
-
-
                 <set field="layoutSettings.commonHeaderImageLinkUrl" from-field="layoutSettings.commonHeaderImageLinkUrl" default-value="main" global="true"/>
                 <set field="visualThemeId" from-field="userPreferences.VISUAL_THEME" global="true"/>
                 <service service-name="getVisualThemeResources">