aboutsummaryrefslogtreecommitdiff
path: root/hero.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 17:41:24 -0800
committerMark Otto <[email protected]>2012-02-01 17:41:24 -0800
commitb6886bd5434774c83646b05027631e9e656f02ee (patch)
tree59dcff395cce307b01cbff0380bb7730f7a40d83 /hero.html
parent4bb7653f67b60fcf464d6c30e2ebe1b87d2dbc31 (diff)
downloadbootstrap-b6886bd5434774c83646b05027631e9e656f02ee.tar.xz
bootstrap-b6886bd5434774c83646b05027631e9e656f02ee.zip
fixing jquery links in examples
Diffstat (limited to 'hero.html')
-rw-r--r--hero.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/hero.html b/hero.html
index 2896aa79d..1b7678b46 100644
--- a/hero.html
+++ b/hero.html
@@ -89,9 +89,20 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="../assets/js/tests/vendor/jquery.js"></script>
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+ <script src="../assets/js/jquery.js"></script>
<script src="../assets/js/bootstrap-transition.js"></script>
+ <script src="../assets/js/bootstrap-alert.js"></script>
+ <script src="../assets/js/bootstrap-modal.js"></script>
+ <script src="../assets/js/bootstrap-dropdown.js"></script>
+ <script src="../assets/js/bootstrap-scrollspy.js"></script>
+ <script src="../assets/js/bootstrap-tab.js"></script>
+ <script src="../assets/js/bootstrap-tooltip.js"></script>
+ <script src="../assets/js/bootstrap-popover.js"></script>
+ <script src="../assets/js/bootstrap-button.js"></script>
<script src="../assets/js/bootstrap-collapse.js"></script>
+ <script src="../assets/js/bootstrap-carousel.js"></script>
+ <script src="../assets/js/bootstrap-typeahead.js"></script>
</body>
</html>