calendar fixes
This commit is contained in:
parent
a128b22e32
commit
7ada733fbc
|
|
@ -51,4 +51,11 @@
|
|||
});
|
||||
|
||||
</script>
|
||||
@endsection
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('.current-month.gj-cursor-pointer').bind('click', function () {
|
||||
alert(32442433);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
Loading…
Reference in New Issue