升级bootstrap-select到最新版本v1.13.18
This commit is contained in:
@ -59,10 +59,10 @@
|
||||
|
||||
<!-- bootstrap-select下拉框插件 -->
|
||||
<div th:fragment="bootstrap-select-css">
|
||||
<link th:href="@{/ajax/libs/bootstrap-select/bootstrap-select.css}" rel="stylesheet"/>
|
||||
<link th:href="@{/ajax/libs/bootstrap-select/bootstrap-select.css?v=1.13.18}" rel="stylesheet"/>
|
||||
</div>
|
||||
<div th:fragment="bootstrap-select-js">
|
||||
<script th:src="@{/ajax/libs/bootstrap-select/bootstrap-select.js}"></script>
|
||||
<script th:src="@{/ajax/libs/bootstrap-select/bootstrap-select.js?v=1.13.18}"></script>
|
||||
</div>
|
||||
|
||||
<!-- datetimepicker日期和时间插件 -->
|
||||
|
Reference in New Issue
Block a user