From 6ba865521afc672631ab36ce0b29b30f1ce5478a Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 18 Feb 2012 17:51:39 +0000 Subject: [PATCH] See https://github.com/Wikinaut/etherpad-lite/commit/1caaff9308b44ded73a3dd8e324613d05e4dc614 https://github.com/Pita/etherpad-lite/pull/462 --- static/js/pad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pad.js b/static/js/pad.js index eb480080f..537ebed23 100644 --- a/static/js/pad.js +++ b/static/js/pad.js @@ -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) {