Author: erwan
Date: Wed Feb 8 12:22:06 2012
New Revision: 1241880
URL:
http://svn.apache.org/viewvc?rev=1241880&view=revLog:
OFBIZ-4683 - CommonScreens.xml not referring to proper jquery javascript files
Modified:
ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1241880&r1=1241879&r2=1241880&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Wed Feb 8 12:22:06 2012
@@ -43,7 +43,6 @@ under the License.
<set field="applicationTitle" value="${uiLabelMap.ProductCatalogManagerApplication}" global="true"/>
<set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/external/jquery.cookie.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/jsTree/jquery.jstree.js" global="true"/>
- <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.8.13.custom.min.js" global="true"/>
</actions>
<widgets>
<include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/>
Modified: ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml?rev=1241880&r1=1241879&r2=1241880&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml Wed Feb 8 12:22:06 2012
@@ -40,8 +40,6 @@ under the License.
<set field="applicationMenuName" value="WebPosAppBar" global="true"/>
<set field="applicationMenuLocation" value="component://webpos/widget/WebPosMenus.xml" global="true"/>
<set field="applicationTitle" value="${uiLabelMap.WebPosMenuMain}" global="true"/>
- <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.4.2.min.js" global="true"/>
- <set field="layoutSettings.javaScripts[]" value="/images/selectall.js" global="true"/>
<set field="layoutSettings.javaScripts[]" value="/webpos/images/js/jquery.hotkeys-0.7.9.min.js" global="true"/>
<set field="layoutSettings.javaScripts[]" value="/webpos/images/js/WebPosHotkeys.js" global="true"/>
<set field="layoutSettings.javaScripts[]" value="/webpos/images/js/Shortcuts.js" global="true"/>