mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-04 19:50:59 +02:00
updateTitle: show counter before title
This commit is contained in:
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…
x
Reference in New Issue
Block a user