[ofbiz-plugins] branch trunk updated: Improved: Redundant line in themes (OFBIZ-OFBIZ-11997)

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

[ofbiz-plugins] branch trunk updated: Improved: Redundant line in themes (OFBIZ-OFBIZ-11997)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 77b9733  Improved: Redundant line in themes (OFBIZ-OFBIZ-11997)
77b9733 is described below

commit 77b9733cf63bfb9410381b7533438c68523764b8
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Tue Oct 6 12:26:04 2020 +0200

    Improved: Redundant line in themes (OFBIZ-OFBIZ-11997)
   
    Removes the duplicated line in ecommerce theme and format correctly in multiflex
   
    Thanks: Alex Bodnaru for report
---
 ecommerce/widget/Theme.xml | 3 +--
 multiflex/widget/Theme.xml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ecommerce/widget/Theme.xml b/ecommerce/widget/Theme.xml
index 3fe8fe1..a1ea2cf 100644
--- a/ecommerce/widget/Theme.xml
+++ b/ecommerce/widget/Theme.xml
@@ -35,7 +35,6 @@ under the License.
         <property name="VT_HDR_JAVASCRIPT['add']" value="/common/js/jquery/plugins/validate/additional-methods.min.js"/>
         <property name="VT_HDR_JAVASCRIPT['add']" value="/common/js/jquery/plugins/Readmore.js-master/readmore.js"/>
         <property name="VT_HDR_JAVASCRIPT['add']" value="/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.js"/>
-<property name="VT_HDR_JAVASCRIPT['add']" value="/ecommerce/js/bootstrap/js/bootstrap.bundle-4.3.1.min.js"/>
         <property name="VT_HDR_JAVASCRIPT['add']" value="/ecommerce/js/bootstrap/js/bootstrap.bundle-4.3.1.min.js"/>
         <property name="VT_HDR_JAVASCRIPT['add']" value="/ecommerce/js/bsgdprcookies/jquery.bs.gdpr.cookies.min.js"/>
 
@@ -53,4 +52,4 @@ under the License.
         <property name="VT_HDR_TMPLT_LOC" value="component://ecommerce/template/includes/Header.ftl"/>
         <property name="VT_FTR_TMPLT_LOC" value="component://ecommerce/template/includes/Footer.ftl"/>
     </theme-properties>
-</theme>
\ No newline at end of file
+</theme>
diff --git a/multiflex/widget/Theme.xml b/multiflex/widget/Theme.xml
index 238c396..5e560b4 100644
--- a/multiflex/widget/Theme.xml
+++ b/multiflex/widget/Theme.xml
@@ -30,7 +30,7 @@ under the License.
     <extends location="component://common-theme/widget/Theme.xml"/>
 
     <theme-properties>
-<property name="VT_HDR_JAVASCRIPT['add']" value="/ecommerce/js/bootstrap/js/bootstrap.bundle-4.3.1.min.js"/>
+        <property name="VT_HDR_JAVASCRIPT['add']" value="/ecommerce/js/bootstrap/js/bootstrap.bundle-4.3.1.min.js"/>
         <!--Css style-->
         <property name="VT_STYLESHEET['add']" value="/ecommerce/images/blog.css"/>
         <property name="VT_STYLESHEET['add']" value="/multiflex/style.css"/>