calendar fixes

This commit is contained in:
medet97 2020-04-30 18:49:19 +05:00
parent 09815d5b15
commit fce971d960
1 changed files with 1 additions and 1 deletions

View File

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