diff options
| author | Alessandro Chitolina <[email protected]> | 2017-09-15 16:07:24 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 33211eefdfb27eff7ba21886e16f2efdc0efa3e6 (patch) | |
| tree | f8f3f3342a6c2c2363448346debf52beb4954b21 /js/tests/index.html | |
| parent | 9f9712b98c92678c709b2ad0adfa954e3c120911 (diff) | |
| download | bootstrap-33211eefdfb27eff7ba21886e16f2efdc0efa3e6.tar.xz bootstrap-33211eefdfb27eff7ba21886e16f2efdc0efa3e6.zip | |
Rewritten modal without jquery (#23955)
* Trigger jquery events if available in event handler
* Rewritten modal without jquery
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index b49bbfa58..19ff53ce8 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -115,6 +115,7 @@ <script src="../dist/toast.js"></script> <!-- Unit Tests --> + <script src="unit/dom/eventHandler.js"></script> <script src="unit/alert.js"></script> <script src="unit/button.js"></script> <script src="unit/carousel.js"></script> |
