joomla-extensions / jedchecker

Joomla extension to check components, modules or plugins for possible problems for submission to the JED -> Translations: https://joomla.crowdin.com/joomla-official-extensions
38 stars 28 forks source link

Fixed conflict of Bootstrap with jQuery scrollspy #207

Closed dryabov closed 1 year ago

dryabov commented 1 year ago

In Joomla 3.x there was a conflict of Bootstrap and jQuery scrollspy plugin (see issue #206). This patch fixes it by calling noConflict() method on Bootstrap's implementation.