diff options
| author | Mark Otto <[email protected]> | 2011-12-09 11:41:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 11:41:00 -0800 |
| commit | 1d1805ee5cb188f0c70b6a27e227ea6caca62c8e (patch) | |
| tree | 8e1f481b3cc2c444f418e892af2773c6003212c8 /docs/index.html | |
| parent | 312ee6cdfb20f7602924c90e6ae37cba62a39da4 (diff) | |
| download | bootstrap-1d1805ee5cb188f0c70b6a27e227ea6caca62c8e.tar.xz bootstrap-1d1805ee5cb188f0c70b6a27e227ea6caca62c8e.zip | |
add jank js for prototyping new topbar to all docs pages
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 16eed36c8..daf7eb308 100644 --- a/docs/index.html +++ b/docs/index.html @@ -198,6 +198,7 @@ <script src="http://code.jquery.com/jquery-1.6.2.min.js"></script> <script type="text/javascript"> + // NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO $(document).ready(function() { $('.nav .active a').click(function(e) { e.preventDefault(); |
