Some enhancements to export.

This commit is contained in:
James Cole
2016-02-07 09:11:46 +01:00
parent e478238d77
commit 9a1710eb27
6 changed files with 65 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ function startExport() {
console.log('Start export...');
hideForm();
showLoading();
hideError();
// do export
callExport();
@@ -34,6 +35,10 @@ function startExport() {
return false;
}
function hideError() {
"use strict";
$('#export-error').hide();
}
function hideForm() {
"use strict";