Send the callback to the retry

v1.18.x
MrWaffle 11 years ago
parent 76d8d09f9b
commit 33a5a2177e

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

Loading…
Cancel
Save