diff options
| author | fat <[email protected]> | 2015-05-12 14:28:11 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-12 14:35:00 -0700 |
| commit | a58febf71a5eac2161ce2db08c7d723755ed1163 (patch) | |
| tree | 6c7356af40f579034ef6cc85976922a3de6ea457 /js/tests/index.html | |
| parent | 3452e8dc8336c7a4151bcccdb9d3d4202f06f294 (diff) | |
| download | bootstrap-a58febf71a5eac2161ce2db08c7d723755ed1163.tar.xz bootstrap-a58febf71a5eac2161ce2db08c7d723755ed1163.zip | |
popover passing as well
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 2491d8d86..0e2bdd012 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -141,11 +141,9 @@ <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> - <!-- Old Plugin sources --> - <!-- <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> @@ -153,9 +151,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> |
