]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix TypeError when Bootstrap is included in `head` (#32024)
authorSascha <mail@sascha.dev>
Sun, 1 Nov 2020 13:32:36 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Nov 2020 13:32:36 +0000 (15:32 +0200)
commitc21506d499c682ea5e31107ce264b224c4bb644d
treec2f0ec5f54fb64bde3db98d090485d88b51e0960
parent3a5f9f5cf004ff02eca0b1680b461b79dd61d980
Fix TypeError when Bootstrap is included in `head` (#32024)

* extend jquery after domContentLoaded event is fired

* add unittest for util onDOMContentLoaded

* wait for trigger jquery event after domContentLoaded

* remove domcontentready from eventHandler

* move istanbul ignore statements to correct line

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
14 files changed:
js/src/alert.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dom/event-handler.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/src/util/index.js
js/tests/unit/util/index.spec.js