Massive rewrite for import routine, part 1.

This commit is contained in:
James Cole
2017-12-16 08:03:35 +01:00
parent 985cc100e2
commit 84b6708260
34 changed files with 671 additions and 244 deletions

View File

@@ -36,6 +36,9 @@ $(function () {
"use strict";
timeOutId = setTimeout(checkImportStatus, startInterval);
$('.start-job').click(startJob);
if(autoStart) {
startJob();
}
});
/**