mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Code clean up.
This commit is contained in:
2
public/js/ff/export/index.js
vendored
2
public/js/ff/export/index.js
vendored
@@ -120,7 +120,7 @@ function callExport() {
|
||||
var response = jqXHR.responseJSON;
|
||||
var errorText = 'The export failed. Please check the log files to find out why.';
|
||||
if (typeof response === 'object') {
|
||||
errorText =response.message;
|
||||
errorText = response.message;
|
||||
}
|
||||
|
||||
showError(errorText);
|
||||
|
Reference in New Issue
Block a user