calendar fixes
This commit is contained in:
parent
9ff706bab5
commit
ecddb7e5a3
|
|
@ -41,13 +41,13 @@
|
|||
@endsection
|
||||
|
||||
@section('after_scripts')
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" href="/resources/demos/style.css">
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||
<script>
|
||||
$('#datepicker').datepicker({
|
||||
uiLibrary: 'bootstrap4',
|
||||
icons: {
|
||||
rightIcon: '{{__("ClientSide.date")}} <i class="fa fa-caret-down"></i>'
|
||||
}
|
||||
});
|
||||
|
||||
$( function() {
|
||||
$("#datepicker").datepicker();
|
||||
} );
|
||||
</script>
|
||||
@endsection
|
||||
Loading…
Reference in New Issue