From a0155ad689ba53ddcab8eea9d7beb83c397b665a Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 22 Mar 2021 18:03:41 +0100 Subject: [PATCH] Fix referenceError introduced in latest commit --- www/common/sframe-common-outer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 0af8eb9e2..131958d83 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -1687,7 +1687,7 @@ define([ sframeChan.on('Q_PASSWORD_CHECK', function (pw, cb) { Cryptpad.isNewChannel(currentPad.href, pw, function (e, isNew) { if (isNew === false) { - var channel = Hash.hrefToHexChannelId(currentPad.href, pw); + var channel = Utils.Hash.hrefToHexChannelId(currentPad.href, pw); nThen(function (w) { // If the pad is stored, update its data