calendar fixes

This commit is contained in:
medet97 2020-04-30 19:23:38 +05:00
parent 2c4fa50691
commit 53a744a520
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});
});