Merge branch 'newtoolbar' into hpbs

This commit is contained in:
yflory
2017-01-19 15:52:12 +01:00
2 changed files with 18 additions and 10 deletions

View File

@@ -488,7 +488,7 @@ define([
};
var suggestName = function (fallback) {
return document.title || defaultName || "";
return (document.title === defaultName) ? "" : document.title;
};