diff options
| author | Johann-S <[email protected]> | 2017-08-25 10:14:18 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-08-25 09:48:35 +0100 |
| commit | 5a90b4aa3e102e387839a39fbf0ab1444eebbc76 (patch) | |
| tree | 7211cb13d94aa3d94cfa610d8cc66226a0e67452 /js/tests/visual | |
| parent | 4571ab0e57a5d2ff251b8c174ab0f693c5892dce (diff) | |
| download | bootstrap-5a90b4aa3e102e387839a39fbf0ab1444eebbc76.tar.xz bootstrap-5a90b4aa3e102e387839a39fbf0ab1444eebbc76.zip | |
Collapse - preventDefault only on <a> elements not inside the collapsible
element
Diffstat (limited to 'js/tests/visual')
| -rw-r--r-- | js/tests/visual/collapse.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html index 1d61ef19c..6b4e89bfb 100644 --- a/js/tests/visual/collapse.html +++ b/js/tests/visual/collapse.html @@ -57,7 +57,7 @@ </div> </div> - <script src="../../../docs/assets/js/vendor/jquery-slim.min.js"></script> + <script src="../../../assets/js/vendor/jquery-slim.min.js"></script> <script src="../../dist/util.js"></script> <script src="../../dist/collapse.js"></script> </body> |
