mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Various code cleanup
This commit is contained in:
2
public/js/ff/export/index.js
vendored
2
public/js/ff/export/index.js
vendored
@@ -104,7 +104,7 @@ function callExport() {
|
||||
// show download
|
||||
showDownload();
|
||||
|
||||
}).fail(function (jqXHR, textStatus, errorThrown) {
|
||||
}).fail(function (jqXHR) {
|
||||
// show error.
|
||||
// show form again.
|
||||
var response = jqXHR.responseJSON;
|
||||
|
Reference in New Issue
Block a user