Todo app has a hash in the omnibar

This commit is contained in:
yflory 2018-01-12 17:08:41 +01:00
parent 68ce7fe53d
commit a4b35728dc

View File

@ -578,7 +578,7 @@ define([
window.location.hash = hash; window.location.hash = hash;
}; };
var cfg = { var cpNfCfg = {
sframeChan: sframeChan, sframeChan: sframeChan,
channel: secret.channel, channel: secret.channel,
padRpc: Cryptpad.padRpc, padRpc: Cryptpad.padRpc,
@ -599,9 +599,9 @@ define([
} }
}; };
Object.keys(rtConfig).forEach(function (k) { Object.keys(rtConfig).forEach(function (k) {
cfg[k] = rtConfig[k]; cpNfCfg[k] = rtConfig[k];
}); });
CpNfOuter.start(cfg); CpNfOuter.start(cpNfCfg);
}; };
sframeChan.on('Q_CREATE_PAD', function (data, cb) { sframeChan.on('Q_CREATE_PAD', function (data, cb) {