calendar fixes

This commit is contained in:
medet97 2020-04-30 17:25:35 +05:00
parent ce3db50da5
commit 6ef5957143
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@
rightIcon: '{{__("ClientSide.date")}} <i class="fa fa-caret-down"></i>'
}
});
$(document).on ("click", ".current-month.gj-cursor-pointer", function () {
alert("hi");
});
</script>