aboutsummaryrefslogtreecommitdiff
path: root/js/tests/index.html
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-11 23:32:37 -0700
committerfat <[email protected]>2015-05-11 23:32:37 -0700
commit3452e8dc8336c7a4151bcccdb9d3d4202f06f294 (patch)
tree7314ef1451ba4e373471ac493e6903365f489d1a /js/tests/index.html
parent8eee78ca15f51dc7e7d514497078bfd7c012ac21 (diff)
downloadbootstrap-3452e8dc8336c7a4151bcccdb9d3d4202f06f294.tar.xz
bootstrap-3452e8dc8336c7a4151bcccdb9d3d4202f06f294.zip
rewritten tooltip + tether integration and death to our positioner jank
Diffstat (limited to 'js/tests/index.html')
-rw-r--r--js/tests/index.html11
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>