Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/index.html')
-rw-r--r--js/tests/index.html25
1 files changed, 13 insertions, 12 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index d1ec0a7f40..0e2bdd012f 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 () {
@@ -129,18 +130,18 @@
})();
</script>
- <!-- Plugin sources -->
- <script src="../../js/util.js"></script>
- <script src="../../js/alert.js"></script>
- <script src="../../js/button.js"></script>
- <script src="../../js/carousel.js"></script>
- <script src="../../js/collapse.js"></script>
- <script src="../../js/dropdown.js"></script>
- <script src="../../js/modal.js"></script>
- <script src="../../js/scrollspy.js"></script>
- <script src="../../js/tab.js"></script>
- <script src="../../js/tooltip.js"></script>
- <script src="../../js/popover.js"></script>
+ <!-- es6 Plugin sources -->
+ <script src="../../js/dist/util.js"></script>
+ <script src="../../js/dist/alert.js"></script>
+ <script src="../../js/dist/button.js"></script>
+ <script src="../../js/dist/carousel.js"></script>
+ <script src="../../js/dist/collapse.js"></script>
+ <script src="../../js/dist/dropdown.js"></script>
+ <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>
+ <script src="../../js/dist/popover.js"></script>
<!-- Unit tests -->
<script src="unit/alert.js"></script>