]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
unpackVisibleHeadlines: do nothing if not in cdm
[tt-rss.git] / js / tt-rss.js
index 1d6540dbb47e90c8b6a94551cda23d9e49bbf7e2..eaa1f3daf30852b3f913afb12e7eb6b1dbbb8363 100644 (file)
@@ -178,11 +178,7 @@ function search() {
 }
 
 function updateTitle() {
-       var tmp = document.title; 
-    if (tmp.indexOf('(')>0)
-    {
-       tmp = tmp.substr(0,tmp.lastIndexOf('('));
-    }
+       var tmp = "Tiny Tiny RSS";
 
        if (global_unread > 0) {
                tmp = "(" + global_unread + ") " + tmp;