calendar fixes

This commit is contained in:
medet97 2020-04-30 13:40:39 +05:00
parent a128b22e32
commit 7ada733fbc
1 changed files with 8 additions and 1 deletions

View File

@ -51,4 +51,11 @@
});
</script>
@endsection
<script>
$(document).ready(function () {
$('.current-month.gj-cursor-pointer').bind('click', function () {
alert(32442433);
});
});
</script>
@endsection