From d4ecad9325292f865e58b9fe7f58927f6e5af953 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 25 Jan 2013 15:49:53 +0100 Subject: Style changes - move imported JS/CSS libs to a separate directory - real accordion for the months list - the top navbar is not black anymore --- hyperkitty/static/js/hyperkitty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/static/js/hyperkitty.js') diff --git a/hyperkitty/static/js/hyperkitty.js b/hyperkitty/static/js/hyperkitty.js index bc04e42..ee61a82 100644 --- a/hyperkitty/static/js/hyperkitty.js +++ b/hyperkitty/static/js/hyperkitty.js @@ -172,5 +172,5 @@ $(document).ready(function() { setup_attachments(); setup_add_tag(); setup_quotes(); - $("#archives").accordion({navigation: true}); + $("#months-list").accordion({navigation: true}); }); -- cgit