View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006907 | Flow theme | Theme | public | 2018-10-08 10:24 | 2024-06-05 09:40 |
Reporter | pbenke | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.2 | ||||
Fixed in Version | Next major version | ||||
Summary | 0006907: jqBootstrapValidation.js is included twice | ||||
Description | jqBootstrapValidation.js is included twice. In the base-template the scripts.min.js is included: File: source/Application/views/flow/tpl/layout/base.tpl: [{oxscript include="js/scripts.min.js" priority=1}] This scripts.min.js is generated by grunt and already contains the build/vendor/jquery-bootstrap-validation/js/jqBootstrapValidation.js: source/Application/views/flow/grunt/uglify.js: theme: { files: { "out/flow/src/js/scripts.min.js": [ "build/vendor/bootstrap/js/bootstrap.js", "build/vendor/bootstrap-select/js/bootstrap-select.js", "build/vendor/jquery-bootstrap-validation/js/jqBootstrapValidation.js", "build/vendor/jquery-unveil/js/jquery.unveil.js", "build/js/main.js" ], "out/flow/src/js/pages/compare.min.js": "build/js/pages/compare.js", "out/flow/src/js/pages/details.min.js": "build/js/pages/details.js", "out/flow/src/js/pages/review.min.js": "build/js/pages/review.js", "out/flow/src/js/pages/start.min.js": "build/js/pages/start.js" } }, But the minified jqBootstrapValidation.min.js is also included on many pages, although it is already there inside the scripts.min.js. Thanks. | ||||
Tags | JavaScript | ||||
|
I created a pull request for the wave theme: https://github.com/OXID-eSales/wave-theme/pull/60 |
|
Fixed in wave theme 1.3.0 |