Fix another JS error

This commit is contained in:
James Cole
2015-12-11 18:33:47 +01:00
parent e26d797d57
commit cb49c00f4d

View File

@@ -17,7 +17,7 @@ $(function () {
drops: 'up',
}
);
}
// set values from cookies, if any:
if (readCookie('report-type') !== null) {
@@ -41,6 +41,7 @@ $(function () {
datePicker.setStartDate(startDate);
datePicker.setEndDate(endDate);
}
}
$('.openModal').on('click', openModal);
@@ -49,6 +50,7 @@ $(function () {
$('#report-form').on('submit', catchSubmit);
// click open the top X income list:
$('#showIncomes').click(showIncomes);
// click open the top X expense list: