whitespace

pull/3054/head
Andrew Bauer 2020-09-29 13:05:00 -05:00
parent 4694ce59bb
commit 6eaa8aa211
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ function exportProgress() {
function exportResponse(respObj, respText) {
console.log(respObj);
var fullUrl = thisUrl+'?view='+currentView+'&'+eidParm+
'&exportFormat='+respObj.exportFormat+
'&exportFile='+respObj.exportFile+
@ -43,7 +43,7 @@ function exportEvent() {
var form = $j('#contentForm').serialize();
$j.getJSON(thisUrl + '?view=request&request=event&action=download', form)
.done(exportResponse)
.fail(logAjaxFail);
.fail(logAjaxFail);
$j('#exportProgress').removeClass( 'hidden' );
$j('#exportProgress').addClass( 'warnText' );
$j('#exportProgressText').text( exportProgressString );