comparison static/bootstrap/js/tests/index.html @ 88:a5a3d454eac9

Updated Bootstrap.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 05 Apr 2013 08:08:12 -0700
parents
children
comparison
equal deleted inserted replaced
87:c0cf67362fb1 88:a5a3d454eac9
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Bootstrap Plugin Test Suite</title>
5
6 <!-- jquery -->
7 <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
8 <script src="vendor/jquery.js"></script>
9
10 <!-- qunit -->
11 <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
12 <script src="vendor/qunit.js"></script>
13
14 <!-- phantomjs logging script-->
15 <script src="unit/bootstrap-phantom.js"></script>
16
17 <!-- plugin sources -->
18 <script src="../../js/bootstrap-transition.js"></script>
19 <script src="../../js/bootstrap-alert.js"></script>
20 <script src="../../js/bootstrap-button.js"></script>
21 <script src="../../js/bootstrap-carousel.js"></script>
22 <script src="../../js/bootstrap-collapse.js"></script>
23 <script src="../../js/bootstrap-dropdown.js"></script>
24 <script src="../../js/bootstrap-modal.js"></script>
25 <script src="../../js/bootstrap-scrollspy.js"></script>
26 <script src="../../js/bootstrap-tab.js"></script>
27 <script src="../../js/bootstrap-tooltip.js"></script>
28 <script src="../../js/bootstrap-popover.js"></script>
29 <script src="../../js/bootstrap-typeahead.js"></script>
30 <script src="../../js/bootstrap-affix.js"></script>
31
32 <!-- unit tests -->
33 <script src="unit/bootstrap-transition.js"></script>
34 <script src="unit/bootstrap-alert.js"></script>
35 <script src="unit/bootstrap-button.js"></script>
36 <script src="unit/bootstrap-carousel.js"></script>
37 <script src="unit/bootstrap-collapse.js"></script>
38 <script src="unit/bootstrap-dropdown.js"></script>
39 <script src="unit/bootstrap-modal.js"></script>
40 <script src="unit/bootstrap-scrollspy.js"></script>
41 <script src="unit/bootstrap-tab.js"></script>
42 <script src="unit/bootstrap-tooltip.js"></script>
43 <script src="unit/bootstrap-popover.js"></script>
44 <script src="unit/bootstrap-typeahead.js"></script>
45 <script src="unit/bootstrap-affix.js"></script>
46 </head>
47 <body>
48 <div>
49 <h1 id="qunit-header">Bootstrap Plugin Test Suite</h1>
50 <h2 id="qunit-banner"></h2>
51 <h2 id="qunit-userAgent"></h2>
52 <ol id="qunit-tests"></ol>
53 <div id="qunit-fixture"></div>
54 </div>
55 </body>
56 </html>