updateTitle: show counter before title

This commit is contained in:
Andrew Dolgov 2013-03-21 22:17:32 +04:00
parent 5c81e817d3
commit 3a693fa76f

View file

@ -181,7 +181,7 @@ function updateTitle() {
var tmp = "Tiny Tiny RSS";
if (global_unread > 0) {
tmp = tmp + " (" + global_unread + ")";
tmp = "(" + global_unread + ") " + tmp;
}
if (window.fluid) {