Various Javascript related fixes.

This commit is contained in:
James Cole
2016-11-25 16:54:13 +01:00
parent b34e4cd31b
commit 6c9990e0be
7 changed files with 18 additions and 16 deletions

View File

@@ -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');
}