mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Initiate datepicker
This commit is contained in:
parent
64b483b686
commit
9cd2881ad0
|
@ -165,6 +165,13 @@
|
||||||
@include('partials/modals')
|
@include('partials/modals')
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
$('.datepicker').datepicker();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function fetchCustomFields() {
|
function fetchCustomFields() {
|
||||||
var modelid = $('#model_select_id').val();
|
var modelid = $('#model_select_id').val();
|
||||||
if (modelid == '') {
|
if (modelid == '') {
|
||||||
|
|
Loading…
Reference in a new issue