|
Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.js
------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js?rev=1398800&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js Tue Oct 16 13:55:23 2012 @@ -0,0 +1,2 @@ +/*! jQuery v1.8.2 jquery.com | jquery.org/license */ [... 3 lines stripped ...] Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml?rev=1398800&r1=1398799&r2=1398800&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml Tue Oct 16 13:55:23 2012 @@ -47,7 +47,7 @@ under the License. <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/js/jquery-ui-1.9.0.custom.min.js" global="true"/> <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/ui/jquery.ui.datepicker.js" global="true"/> <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/validate/jquery.validate.min.js" global="true"/> - <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.8.0.min.js" global="true"/> + <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.8.2.min.js" global="true"/> <script location="component://ecommerce/widget/EcommerceSetup.groovy"/> @@ -262,7 +262,7 @@ under the License. <set field="layoutSettings.javaScripts[]" value="/images/selectall.js" global="true"/> <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/validate/jquery.validate.min.js" global="true"/> - <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.8.0.min.js" global="true"/> + <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.8.2.min.js" global="true"/> <script location="component://ecommerce/widget/EcommerceSetup.groovy"/> Modified: ofbiz/trunk/specialpurpose/example/webapp/example/flot/flotPie.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/example/flot/flotPie.ftl?rev=1398800&r1=1398799&r2=1398800&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/webapp/example/flot/flotPie.ftl (original) +++ ofbiz/trunk/specialpurpose/example/webapp/example/flot/flotPie.ftl Tue Oct 16 13:55:23 2012 @@ -17,7 +17,7 @@ specific language governing permissions under the License. --> <script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/jquery/plugins/flot/excanvas.min.js</@ofbizContentUrl>"></script> -<script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/jquery/jquery-1.8.0.min.js</@ofbizContentUrl>"></script> +<script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/jquery/jquery-1.8.2.min.js</@ofbizContentUrl>"></script> <script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/jquery/plugins/flot/jquery.flot.js</@ofbizContentUrl>"></script> <script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/jquery/plugins/flot/jquery.flot.pie.js</@ofbizContentUrl>"></script> Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/header.ftl?rev=1398800&r1=1398799&r2=1398800&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/header.ftl (original) +++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/header.ftl Tue Oct 16 13:55:23 2012 @@ -24,7 +24,7 @@ under the License. <meta charset="utf-8" /> <title>${applicationTitle?if_exists}</title> <link rel="stylesheet" href="/images/jquery/jquery.mobile-1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.css" /> - <script src="/images/jquery/jquery-1.8.0.min.js" type="text/javascript"></script> + <script src="/images/jquery/jquery-1.8.2.min.js" type="text/javascript"></script> <script src="/images/jquery/jquery.mobile-1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.js" type="text/javascript"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> Modified: ofbiz/trunk/specialpurpose/ofbizwebsite/template/HtmlHead.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbizwebsite/template/HtmlHead.ftl?rev=1398800&r1=1398799&r2=1398800&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ofbizwebsite/template/HtmlHead.ftl (original) +++ ofbiz/trunk/specialpurpose/ofbizwebsite/template/HtmlHead.ftl Tue Oct 16 13:55:23 2012 @@ -28,7 +28,7 @@ under the License. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <title>${(uiLabelMap.OfbizTitle)!"OFBiz, The Apache Open For Business Project"}</title> <link rel="shortcut icon" href="/ofbiz/images/favicon.ico"> - <script language="javascript" src="/images/jquery/jquery-1.8.0.min.js" type="text/javascript"></script> + <script language="javascript" src="/images/jquery/jquery-1.8.2.min.js" type="text/javascript"></script> <script language="javascript" src="/images/fieldlookup.js" type="text/javascript"></script> <script language="javascript" src="/images/selectall.js" type="text/javascript"></script> <script language="javascript" src="/ofbiz/script/search.js" type="text/javascript"></script> |
| Free forum by Nabble | Edit this page |
