Skip to content

Commit 91ba3a7

Browse files
committed
【libs】bootstrap-select 升级到1.13.18 review by qiwei
1 parent 8063242 commit 91ba3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
inputScript(libsurl + '/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js');
130130
}
131131
if (inArray(includes, 'bootstrap-select')) {
132-
inputCSS(libsurl + '/bootstrap-select/bootstrap-select.min.css');
133-
inputScript(libsurl + '/bootstrap-select/bootstrap-select.min.js');
132+
inputCSS(libsurl + '/bootstrap-select/1.13.18/bootstrap-select.min.css');
133+
inputScript(libsurl + '/bootstrap-select/1.13.18/bootstrap-select.min.js');
134134
}
135135
if (inArray(includes, 'geohash')) {
136136
inputScript(libsurl + '/geohash/geohash.js');

0 commit comments

Comments
 (0)