updateTitle: show counter before title

master
Andrew Dolgov 11 years ago
parent 5c81e817d3
commit 3a693fa76f

@ -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) {

Loading…
Cancel
Save