mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Fix another JS error
This commit is contained in:
@@ -17,7 +17,7 @@ $(function () {
|
|||||||
drops: 'up',
|
drops: 'up',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
// set values from cookies, if any:
|
// set values from cookies, if any:
|
||||||
if (readCookie('report-type') !== null) {
|
if (readCookie('report-type') !== null) {
|
||||||
@@ -41,6 +41,7 @@ $(function () {
|
|||||||
datePicker.setStartDate(startDate);
|
datePicker.setStartDate(startDate);
|
||||||
datePicker.setEndDate(endDate);
|
datePicker.setEndDate(endDate);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$('.openModal').on('click', openModal);
|
$('.openModal').on('click', openModal);
|
||||||
|
|
||||||
@@ -49,6 +50,7 @@ $(function () {
|
|||||||
$('#report-form').on('submit', catchSubmit);
|
$('#report-form').on('submit', catchSubmit);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// click open the top X income list:
|
// click open the top X income list:
|
||||||
$('#showIncomes').click(showIncomes);
|
$('#showIncomes').click(showIncomes);
|
||||||
// click open the top X expense list:
|
// click open the top X expense list:
|
||||||
|
Reference in New Issue
Block a user