This commit is contained in:
GitHub Merge Button 2012-01-08 07:06:16 -08:00
commit 24e04f2a29
5 changed files with 145 additions and 70 deletions

View file

@ -194,7 +194,7 @@ function handshake()
padId = decodeURIComponent(padId); // unescape neccesary due to Safari and Opera interpretation of spaces
if(!isReconnect)
document.title = document.title + " | " + padId;
document.title = document.title + " | " + padId.replace(/_+/g, ' ');
var token = readCookie("token");
if (token == null)