mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Small code cleanup.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
/** global: Chart, defaultChartOptions, accounting, defaultPieOptions, noDataForChart, noDataForChart */
|
||||
/** global: Chart, defaultChartOptions, accounting, defaultPieOptions, noDataForChart */
|
||||
var allCharts = {};
|
||||
|
||||
/*
|
||||
|
||||
@@ -78,8 +78,7 @@ function showDownload() {
|
||||
|
||||
function showError(text) {
|
||||
"use strict";
|
||||
$('#export-error').show();
|
||||
$('#export-error').find('p').text(text);
|
||||
$('#export-error').show().find('p').text(text);
|
||||
}
|
||||
|
||||
function callExport() {
|
||||
|
||||
Reference in New Issue
Block a user