diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index f4fa534bb..9a1d25cc2 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1038,6 +1038,7 @@ define([ }); }; Store.setPadTitle = function (clientId, data, cb) { + onReadyEvt.reg(function () { var title = data.title; var href = data.href; var channel = data.channel; @@ -1193,6 +1194,8 @@ define([ onSync(teamId, waitFor()); }); }).nThen(cb); + + }); }; // Filepicker app