mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Massive rewrite for import routine, part 1.
This commit is contained in:
BIN
public/images/logos/file.png
Normal file
BIN
public/images/logos/file.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
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