Baris Soner Usakli 11 years ago
commit 6f806d80c2

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