summaryrefslogtreecommitdiff
path: root/templates/apps/userprofile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps/userprofile')
-rw-r--r--templates/apps/userprofile/home.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html
index d635e53..fa81009 100644
--- a/templates/apps/userprofile/home.html
+++ b/templates/apps/userprofile/home.html
@@ -4,10 +4,14 @@
$(function() {
$("#gravatar").append($.gravatar($('#email').text()));
$("#memberships").accordion({
- header: 'h3'
+ header: 'h3',
+ collapsible: true,
+ active: false
});
$("#names").accordion({
- header: 'h3'
+ header: 'h3',
+ collapsible: true,
+ active: false
});
});
</script>