diff options
| author | XhmikosR <[email protected]> | 2021-08-23 18:33:55 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-23 18:33:55 +0300 |
| commit | 40042ee5039a2c21e3709dabeebcdc493f4a71cb (patch) | |
| tree | ac260dbbbd03ae37e31b7bb2e869c46cf60651db /js/tests/visual/modal.html | |
| parent | 6cf52ed5f79815369e4737f82d45fbb5eb59a459 (diff) | |
| download | bootstrap-40042ee5039a2c21e3709dabeebcdc493f4a71cb.tar.xz bootstrap-40042ee5039a2c21e3709dabeebcdc493f4a71cb.zip | |
visual tests: minor fixes (#34802)
Diffstat (limited to 'js/tests/visual/modal.html')
| -rw-r--r-- | js/tests/visual/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index 8ad9f63fb..ac0a931af 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -199,7 +199,7 @@ </button> </div> - <script src="../../../node_modules/popper.js/dist/umd/popper.min.js"></script> + <script src="../../../node_modules/@popperjs/core/dist/umd/popper.min.js"></script> <script src="../../dist/dom/event-handler.js"></script> <script src="../../dist/dom/selector-engine.js"></script> <script src="../../dist/dom/data.js"></script> |
