Hendrik Langer
5 years ago
3 changed files with 13 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
<script> |
||||
|
$(document).ready(function() { |
||||
|
if ( $(location).attr("pathname") == "/") { |
||||
|
$('.collapse').collapse('show'); |
||||
|
} |
||||
|
}); |
||||
|
//$('.collapse').show();
|
||||
|
</script> |
Loading…
Reference in new issue