whitespace

pull/3054/head
Andrew Bauer 2020-09-30 09:25:52 -05:00
parent 2d30d7aafa
commit 9bb82f6e9a
1 changed files with 2 additions and 2 deletions

View File

@ -931,7 +931,7 @@ function startDownload( exportFile ) {
function exportResponse(data, responseText) {
console.log(data);
var generated = (data.result=='Ok') ? 1 : 0;
var exportFile = '?view=archive&type='+data.exportFormat+'&connkey='+data.connkey;
@ -952,6 +952,6 @@ function exportEvent() {
var form = $j('#downloadForm').serialize();
$j.getJSON(thisUrl + '?view=request&request=event&action=download', form)
.done(exportResponse)
.fail(logAjaxFail);
.fail(logAjaxFail);
$j('#exportProgress').removeClass( 'invisible' );
}