diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 4bd9d80..5353fdd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -106,5 +106,10 @@ </div> </div> </div> + <script type="text/javascript"> + $(function() { + location.hash && $(location.hash + '.collapse').collapse('show'); + }); + </script> </body> </html> |