client: fix padding around user count in title
This commit is contained in:
parent
48d96f9efe
commit
ba941adfdd
@ -779,7 +779,7 @@ var updateTitle = function() {
|
|||||||
prefix = "[NEW PM] "
|
prefix = "[NEW PM] "
|
||||||
}
|
}
|
||||||
|
|
||||||
document.title = prefix + hub_hubname + "("+userlist.count()+") "
|
document.title = prefix + hub_hubname + " ("+userlist.count()+")"
|
||||||
};
|
};
|
||||||
|
|
||||||
var sock = {};
|
var sock = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user