aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-09 12:10:01 -0800
committerMark Otto <[email protected]>2011-12-09 12:10:01 -0800
commit7b810bf9a617e1f02e073aafcc70857dc915ee59 (patch)
tree9898391c02242217baf424a9b14e1272f652d654 /docs/components.html
parent1d1805ee5cb188f0c70b6a27e227ea6caca62c8e (diff)
downloadbootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.tar.xz
bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.zip
update js in footer, add max-width to img
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 049908c20..d0456cc74 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -687,9 +687,9 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<script type="text/javascript">
// NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
$(document).ready(function() {
- $('.nav .active a').click(function(e) {
+ $('.nav .active').click(function(e) {
e.preventDefault();
- $(this).parent().siblings().toggle();
+ $(this).siblings().toggle();
});
});
</script>