summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index ea5772d4d..f4a91bec3 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2324,6 +2324,8 @@ app.directive('newsTitleUnreadCount', ["$window", function ($window) {
if (value !== '0') {
$window.document.title = appName +
'(' + value + ') - ' + ownCloudName;
+ } else {
+ $window.document.title = appName + ' - ' + ownCloudName;
}
});
}