mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Fix #1061
This commit is contained in:
1
public/js/ff/export/index.js
vendored
1
public/js/ff/export/index.js
vendored
@@ -95,6 +95,7 @@ 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