Fix invitation links

pull/1/head
yflory 5 years ago
parent f98543bb83
commit 25b88afeea

@ -1156,7 +1156,7 @@ define([
nThen(function (waitFor) { nThen(function (waitFor) {
// Get preview content. // Get preview content.
var sframeChan = common.getSframeChannel(); var sframeChan = common.getSframeChannel();
sframeChan.query('Q_ANON_GET_PREVIEW_CONTENT', { seeds: seeds }, waitFor(function (json) { sframeChan.query('Q_ANON_GET_PREVIEW_CONTENT', { seeds: seeds }, waitFor(function (err, json) {
if (json && json.error) { if (json && json.error) {
// XXX APP.module is not ready yet? // XXX APP.module is not ready yet?
// err === DELETED: different message? // err === DELETED: different message?

Loading…
Cancel
Save