From ba941adfdd195c3b974076f3b7f9dda2d38581f1 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 6 Feb 2017 13:54:24 +1300 Subject: [PATCH] client: fix padding around user count in title --- client/dcwebui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};