31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-01 05:00:48 +00:00

Merge pull request #207 from dryabov/patch-73

Fixed conflict of Bootstrap with jQuery scrollspy
This commit is contained in:
Denis Ryabov 2023-07-28 08:14:51 +03:00 committed by GitHub
commit d1600396f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,4 +103,8 @@
});
new bootstrap.Tooltip(document.getElementById('jedchecker'), {container: 'body', selector: '[data-bs-toggle=tooltip]'});
document.addEventListener('DOMContentLoaded', () => {
jQuery.fn.scrollspy.noConflict();
}, true);
})();