mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Various code cleanup.
This commit is contained in:
@@ -79,7 +79,7 @@ function showDownload() {
|
||||
function showError(text) {
|
||||
"use strict";
|
||||
$('#export-error').show();
|
||||
$('#export-error>p').text(text);
|
||||
$('#export-error').find('p').text(text);
|
||||
}
|
||||
|
||||
function callExport() {
|
||||
|
Reference in New Issue
Block a user