aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 2b7d17b4a..e087432fe 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1118,6 +1118,17 @@
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-1.5.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();
+ $(this).parent().siblings().toggle();
+ });
+ });
+ </script>
+
<script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script>$(function () { prettyPrint() })</script>