Fixed conflict of Bootstrap with jQuery scrollspy

This commit is contained in:
Denis Ryabov 2023-07-28 09:08:35 +04:00
parent 1c369b493d
commit ed66e3ec5d
1 changed files with 4 additions and 0 deletions

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);
})();