https://github.com/Pita/etherpad-lite/pull/462
This commit is contained in:
parent
0d9754760d
commit
6ba865521a
|
@ -103,7 +103,7 @@ function getParams()
|
||||||
if(userName)
|
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.
|
// 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)
|
if(hideQRCode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue