diff options
| author | Mark Otto <[email protected]> | 2011-12-09 12:10:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 12:10:01 -0800 |
| commit | 7b810bf9a617e1f02e073aafcc70857dc915ee59 (patch) | |
| tree | 9898391c02242217baf424a9b14e1272f652d654 /docs/less.html | |
| parent | 1d1805ee5cb188f0c70b6a27e227ea6caca62c8e (diff) | |
| download | bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.tar.xz bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.zip | |
update js in footer, add max-width to img
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index cbc410302..cd2c992df 100644 --- a/docs/less.html +++ b/docs/less.html @@ -460,9 +460,9 @@ <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> |
