Browse Source

Merge pull request #2486 from pmzqla/webui-title

WebUI: Update browser title even with no transfer going on
adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
58c9a094f4
  1. 2
      src/webui/www/public/scripts/client.js

2
src/webui/www/public/scripts/client.js

@ -274,7 +274,7 @@ window.addEvent('load', function () { @@ -274,7 +274,7 @@ window.addEvent('load', function () {
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '1';
else
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
updateMainData();
processServerState();
});
new MochaUI.Panel({

Loading…
Cancel
Save