calendar fixes
This commit is contained in:
parent
32d26814bc
commit
2d28c71fcf
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$(document).on('click', '.gj-picker-bootstrap table', function () {
|
||||
$(document).on('click', '.gj-picker-bootstrap table tbody', function () {
|
||||
alert(5342);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue