John McLear 2012-02-18 17:51:39 +00:00
parent 0d9754760d
commit 6ba865521a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function getParams()
if(userName)
{
// If the username is set as a parameter we should set a global value that we can call once we have initiated the pad.
settings.globalUserName = unescape(userName);
settings.globalUserName = decodeURIComponent(userName);
}
if(hideQRCode)
{