diff options
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 2983a0042..8c6e858e4 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -17,7 +17,7 @@ </script> <!-- plugin sources --> - <script src="../../js/transition.js"></script> + <script>$.support.transition = false</script> <script src="../../js/alert.js"></script> <script src="../../js/button.js"></script> <script src="../../js/carousel.js"></script> @@ -47,10 +47,7 @@ </head> <body> <div> - <h1 id="qunit-header">Bootstrap Plugin Test Suite</h1> - <h2 id="qunit-banner"></h2> - <h2 id="qunit-userAgent"></h2> - <ol id="qunit-tests"></ol> + <div id="qunit"></div> <div id="qunit-fixture"></div> </div> </body> |
