diff options
| author | Johann-S <[email protected]> | 2017-08-21 09:11:37 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 0b16c8c6d9a9690d537bd08eac8a8292ebf938cd (patch) | |
| tree | cf06827946db78c07a40d797a01fc5fd7a11e18d /js/tests/visual/popover.html | |
| parent | 8d34bc136b54f4605595f228253463c90a3c5c97 (diff) | |
| download | bootstrap-0b16c8c6d9a9690d537bd08eac8a8292ebf938cd.tar.xz bootstrap-0b16c8c6d9a9690d537bd08eac8a8292ebf938cd.zip | |
alert without jquery
Diffstat (limited to 'js/tests/visual/popover.html')
| -rw-r--r-- | js/tests/visual/popover.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html index 38ab65a12..e422891da 100644 --- a/js/tests/visual/popover.html +++ b/js/tests/visual/popover.html @@ -33,11 +33,10 @@ <script src="../../../node_modules/jquery/dist/jquery.slim.min.js"></script> <script src="../../../node_modules/popper.js/dist/umd/popper.min.js"></script> - <script src="../../dist/dom/event.js"></script> + <script src="../../dist/dom/eventHandler.js"></script> <script src="../../dist/util.js"></script> <script src="../../dist/tooltip.js"></script> <script src="../../dist/popover.js"></script> - <script> $(function () { $('[data-toggle="popover"]').popover() |
