client: fix padding around user count in title

This commit is contained in:
mappu 2017-02-06 13:54:24 +13:00
parent 48d96f9efe
commit ba941adfdd
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {};