diff options
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 6f325115b..2491d8d86 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -7,6 +7,7 @@ <!-- jQuery --> <script src="vendor/jquery.min.js"></script> + <script src="vendor/tether.min.js"></script> <script> // Disable jQuery event aliases to ensure we don't accidentally use any of them (function () { @@ -139,12 +140,12 @@ <script src="../../js/dist/modal.js"></script> <script src="../../js/dist/scrollspy.js"></script> <script src="../../js/dist/tab.js"></script> + <script src="../../js/dist/tooltip.js"></script> <!-- Old Plugin sources --> - <script src="../../js/tooltip.js"></script> - <script src="../../js/popover.js"></script> + <!-- <script src="../../js/popover.js"></script> --> - <!-- Unit tests --> + <!-- Unit tests <script src="unit/alert.js"></script> <script src="unit/button.js"></script> <script src="unit/carousel.js"></script> @@ -152,9 +153,9 @@ <script src="unit/dropdown.js"></script> <script src="unit/modal.js"></script> <script src="unit/scrollspy.js"></script> - <script src="unit/tab.js"></script> + <script src="unit/tab.js"></script> --> <script src="unit/tooltip.js"></script> - <script src="unit/popover.js"></script> + <!-- <script src="unit/popover.js"></script> --> </head> <body> |
