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