updateTitle: show counter before title
This commit is contained in:
parent
5c81e817d3
commit
3a693fa76f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue