Benjamin Renard commited on 2014-01-17 23:30:06 Showing 1 changed files, with 1 additions and 0 deletions.
@@ -80,6 +80,7 @@ view_part=function(part) {
}
view_home=function() {
+ navbar_collapse_hide();
if (user) {
$('#view-home #title').html('Bonjour '+user.name);