mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 07:16:39 +00:00
Fixed conflict of Bootstrap with jQuery scrollspy
This commit is contained in:
parent
1c369b493d
commit
ed66e3ec5d
@ -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);
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user