From 8890d244e23ca1168c10830285056eb8e378194a Mon Sep 17 00:00:00 2001 From: Gabriele Date: Mon, 2 Feb 2015 01:34:47 +0100 Subject: [PATCH] WebUI: Update browser title even with no transfer going on --- src/webui/www/public/scripts/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/public/scripts/client.js b/src/webui/www/public/scripts/client.js index 9f3d07cc7..c0bb93334 100644 --- a/src/webui/www/public/scripts/client.js +++ b/src/webui/www/public/scripts/client.js @@ -271,7 +271,7 @@ window.addEvent('load', function () { $('speedInBrowserTitleBarLink').firstChild.style.opacity = '1'; else $('speedInBrowserTitleBarLink').firstChild.style.opacity = '0'; - updateMainData(); + processServerState(); }); new MochaUI.Panel({