mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:05:55 +00:00
updateTitle: show counter before title
This commit is contained in:
@@ -181,7 +181,7 @@ function updateTitle() {
|
|||||||
var tmp = "Tiny Tiny RSS";
|
var tmp = "Tiny Tiny RSS";
|
||||||
|
|
||||||
if (global_unread > 0) {
|
if (global_unread > 0) {
|
||||||
tmp = tmp + " (" + global_unread + ")";
|
tmp = "(" + global_unread + ") " + tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.fluid) {
|
if (window.fluid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user