mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-01 18:10:06 +00:00
Fix data export.
This commit is contained in:
2
public/js/ff/export/index.js
vendored
2
public/js/ff/export/index.js
vendored
@@ -44,6 +44,7 @@ $(function () {
|
||||
|
||||
function startExport() {
|
||||
"use strict";
|
||||
console.log('startExport');
|
||||
hideForm();
|
||||
showLoading();
|
||||
hideError();
|
||||
@@ -95,7 +96,6 @@ function showError(text) {
|
||||
function callExport() {
|
||||
"use strict";
|
||||
var data = $('#export').serialize();
|
||||
data['_token'] = token;
|
||||
|
||||
// call status, keep calling it until response is "finished"?
|
||||
intervalId = window.setInterval(checkStatus, 500);
|
||||
|
Reference in New Issue
Block a user