From: Andrew Dolgov Date: Thu, 21 Mar 2013 18:17:32 +0000 (+0400) Subject: updateTitle: show counter before title X-Git-Tag: 1.7.5~35 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3a693fa76f0cc6a38aa5642a08b48f58c29758bc;p=tt-rss.git updateTitle: show counter before title --- diff --git a/js/tt-rss.js b/js/tt-rss.js index b58c3670..eaa1f3da 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -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) {