Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a plugin to log csp errors reported by the browsers. #30

Open
wants to merge 14 commits into
base: trunk
Choose a base branch
from
Prev Previous commit
Next Next commit
OFBIZ-11977, multiflex css is linking to wrong location
  • Loading branch information
alexbodn committed Aug 22, 2020
commit d77541dcd6b9194b6949ffab2b09f707f68c6ea9
2 changes: 1 addition & 1 deletion multiflex/widget/Theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down