update js in footer, add max-width to img
This commit is contained in:
parent
1d1805ee5c
commit
7b810bf9a6
9 changed files with 19 additions and 14 deletions
|
|
@ -30,9 +30,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue