creativeorange / craft-article

Edit richt text content in Craft CMS using Article by Imperavi.
Other
7 stars 3 forks source link

Adding jQuery link at the bottom of the page #22

Closed prashant9841 closed 6 months ago

prashant9841 commented 1 year ago

After upgrading to craft 4 and the plugin version to 2.0.1, there are three links to JavaScript. One of them is jQuery causing it to load twice and causing errors. I've attached a screenshot for reference. Please Help.

image

felixschwan commented 2 months ago

Hi, on my Craft CMS v4 website the plugin is still loading jQuery via my-site.com/cpresources/72f6d8a1/jquery.js. Causing issues with my custom loaded jQuery and app.js code.

Is there any possibility to deactivate auto-loading jQuery? (Don't want to change code in the vendor/creativeorange/craft-article/src/assets/EditorAssets.php nor want to write a custom-module to override the init() function there).