diff --git a/client/dcwebui.js b/client/dcwebui.js index 933f9f2..9c9f1ff 100644 --- a/client/dcwebui.js +++ b/client/dcwebui.js @@ -779,7 +779,7 @@ var updateTitle = function() { prefix = "[NEW PM] " } - document.title = prefix + hub_hubname + "("+userlist.count()+") " + document.title = prefix + hub_hubname + " ("+userlist.count()+")" }; var sock = {};