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 // 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