Some fixes for #129

This commit is contained in:
James Cole
2015-12-11 18:35:49 +01:00
parent cb49c00f4d
commit 5aff0c4943
3 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ $(function () {
datePicker.setEndDate(endDate);
}
}
$('.openModal').on('click', openModal);
$('.date-select').on('click', preSelectDate);