|
|
@ -1687,7 +1687,7 @@ define([
|
|
|
|
sframeChan.on('Q_PASSWORD_CHECK', function (pw, cb) {
|
|
|
|
sframeChan.on('Q_PASSWORD_CHECK', function (pw, cb) {
|
|
|
|
Cryptpad.isNewChannel(currentPad.href, pw, function (e, isNew) {
|
|
|
|
Cryptpad.isNewChannel(currentPad.href, pw, function (e, isNew) {
|
|
|
|
if (isNew === false) {
|
|
|
|
if (isNew === false) {
|
|
|
|
var channel = Hash.hrefToHexChannelId(currentPad.href, pw);
|
|
|
|
var channel = Utils.Hash.hrefToHexChannelId(currentPad.href, pw);
|
|
|
|
|
|
|
|
|
|
|
|
nThen(function (w) {
|
|
|
|
nThen(function (w) {
|
|
|
|
// If the pad is stored, update its data
|
|
|
|
// If the pad is stored, update its data
|
|
|
|