mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 21:58:14 +00:00
Add JSHint stuff. [skip ci]
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* globals $, categoryID */
|
||||
$(function () {
|
||||
|
||||
"use strict";
|
||||
if (typeof categoryID !== 'undefined') {
|
||||
googleColumnChart('chart/category/' + categoryID + '/all', 'all');
|
||||
googleColumnChart('chart/category/' + categoryID + '/month', 'month');
|
||||
|
||||
Reference in New Issue
Block a user