mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Some enhancements to export.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user