calendar fixes

This commit is contained in:
medet97 2020-04-30 13:52:31 +05:00
parent 7a2e38c038
commit be927aa590
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</script>
<script>
$(document).ready(function () {
alert($('.gj-picker-bootstrap').attr('selectedday'));
alert($('.gj-picker-bootstrap table').innerHTML());
});
</script>
@endsection