mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Various Javascript related fixes.
This commit is contained in:
@@ -11,7 +11,7 @@ $(function () {
|
||||
}
|
||||
|
||||
}
|
||||
if (typeof categoryID !== 'undefined' && typeof categoryDate !== undefined) {
|
||||
if (typeof categoryID !== 'undefined' && typeof categoryDate !== 'undefined') {
|
||||
columnChart('chart/category/' + categoryID + '/period/' + categoryDate, 'period-specific-period');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user