diff --git a/js/app/page.js b/js/app/page.js index 040011ac..b0a49f13 100644 --- a/js/app/page.js +++ b/js/app/page.js @@ -823,6 +823,7 @@ define([ visibility : 'hidden', duration: 1000, complete: function(){ + element.hide(); // callback callback($(this)); } diff --git a/public/js/v1.3.1/app/page.js b/public/js/v1.3.1/app/page.js index 040011ac..b0a49f13 100644 --- a/public/js/v1.3.1/app/page.js +++ b/public/js/v1.3.1/app/page.js @@ -823,6 +823,7 @@ define([ visibility : 'hidden', duration: 1000, complete: function(){ + element.hide(); // callback callback($(this)); } diff --git a/public/templates/modules/header.html b/public/templates/modules/header.html index 589a5a51..29788601 100644 --- a/public/templates/modules/header.html +++ b/public/templates/modules/header.html @@ -18,7 +18,7 @@ {{! will be filled with current user name }}

-