diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-21 12:00:02 -0600 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-23 06:11:31 -0500 |
commit | 431677576603b58c42fc488f174ef0254a7a430c (patch) | |
tree | 731ae4d9c7c965536ef6c7ced18dc285b70a862c /hyperkitty/static/js/hyperkitty.js | |
parent | 0f294dd468ceeaf6a18c0595c8058efd1503dfec (diff) | |
download | hyperkitty-431677576603b58c42fc488f174ef0254a7a430c.tar.gz hyperkitty-431677576603b58c42fc488f174ef0254a7a430c.tar.xz hyperkitty-431677576603b58c42fc488f174ef0254a7a430c.zip |
Switch to a fluid layout
Diffstat (limited to 'hyperkitty/static/js/hyperkitty.js')
-rw-r--r-- | hyperkitty/static/js/hyperkitty.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/static/js/hyperkitty.js b/hyperkitty/static/js/hyperkitty.js index c4a1bbe..bc04e42 100644 --- a/hyperkitty/static/js/hyperkitty.js +++ b/hyperkitty/static/js/hyperkitty.js @@ -172,4 +172,5 @@ $(document).ready(function() { setup_attachments(); setup_add_tag(); setup_quotes(); + $("#archives").accordion({navigation: true}); }); |