calendar fixes

This commit is contained in:
medet97 2020-04-30 18:45:24 +05:00
parent 0b495c0570
commit 09815d5b15
1 changed files with 1 additions and 1 deletions

View File

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