diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index c869967af..57815b3ef 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -728,7 +728,7 @@ define([ }).nThen(function () { postMessage("SET_PAD_TITLE", { teamId: data.teamId, - href: data.href, + href: Hash.getRelativeHref(data.href), title: data.title, password: data.password, channel: secret.channel,