calendar fixes

This commit is contained in:
medet97 2020-04-30 14:23:28 +05:00
parent 1610ba12ef
commit 02d37269a4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
// });
setTimeout(function () {
alert($("#datepicker").val());
}, 500);
}, 5000);
});
</script>
@endsection