mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 15:16:27 +00:00
Massive rewrite for import routine, part 1.
This commit is contained in:
3
public/js/ff/import/status.js
vendored
3
public/js/ff/import/status.js
vendored
@@ -36,6 +36,9 @@ $(function () {
|
||||
"use strict";
|
||||
timeOutId = setTimeout(checkImportStatus, startInterval);
|
||||
$('.start-job').click(startJob);
|
||||
if(autoStart) {
|
||||
startJob();
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user