This commit is contained in:
James Cole
2017-12-20 20:07:57 +01:00
parent 62a4af8607
commit 36c8275f5e
8 changed files with 9 additions and 8 deletions

View File

@@ -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);