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