Merge pull request #1159 from BitBangersCode/settings-callback

Send the callback to the retry
v1.18.x
Julian Lam 11 years ago
commit 6192af18ab

@ -9,7 +9,7 @@ define(['uploader'], function(uploader) {
// Come back in 125ms if the config isn't ready yet // Come back in 125ms if the config isn't ready yet
if (!app.config) { if (!app.config) {
setTimeout(function() { setTimeout(function() {
Settings.prepare(); Settings.prepare(callback);
}, 125); }, 125);
return; return;
} }

Loading…
Cancel
Save