diff --git a/js/exporters/exporter-main.js b/js/exporters/exporter-main.js index 53d1ab9b..48cccc5f 100644 --- a/js/exporters/exporter-main.js +++ b/js/exporters/exporter-main.js @@ -98,7 +98,12 @@ if (!window['PassmanExporter']) { }).bind(this)); } } + + // We have finished downloading everything, so let's hand over job to somewhere else! + if (this.parent.total === 0) { + this.call_then(this.parent.cred); + } }, t); } }; -} +} \ No newline at end of file