Various code cleanup

This commit is contained in:
James Cole
2017-09-16 07:17:58 +02:00
parent bbab89d884
commit b1135cee60
18 changed files with 37 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
* See the LICENSE file for details.
*/
/** global: spent, budgeted, available, currencySymbol, budgetIndexURI, accounting */
/** global: spent, budgeted, available, currencySymbol, budgetIndexUri, updateIncomeUri, periodStart, periodEnd, budgetAmountUri, accounting */
function drawSpentBar() {
"use strict";

View File

@@ -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;