From 25b88afeea3512c1a084c1272e80d63757a1ea8d Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Dec 2019 18:10:33 +0100 Subject: [PATCH] Fix invitation links --- www/teams/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/teams/inner.js b/www/teams/inner.js index 6525f6f9e..06c739867 100644 --- a/www/teams/inner.js +++ b/www/teams/inner.js @@ -1156,7 +1156,7 @@ define([ nThen(function (waitFor) { // Get preview content. 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) { // XXX APP.module is not ready yet? // err === DELETED: different message?