use the long form of $(document).ready()
This commit is contained in:
parent
7e2212c2de
commit
6a43316746
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$(document).ready(function() {
|
||||
$('#start_time').datetimepicker({
|
||||
format:'YYYY-MM-DD HH:mm',
|
||||
sideBySide: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue