calendar fixes

This commit is contained in:
medet97 2020-04-30 18:50:50 +05:00
parent fce971d960
commit 06986abe8a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<script>
$(document).ready(function () {
$(document).on('click', '.current-month div', function () {
$(document).on('click', '.gj-picker-bootstrap', function () {
alert(5342);
});
});