We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8063242 commit 91ba3a7Copy full SHA for 91ba3a7
examples/js/include-web.js
@@ -129,8 +129,8 @@
129
inputScript(libsurl + '/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js');
130
}
131
if (inArray(includes, 'bootstrap-select')) {
132
- inputCSS(libsurl + '/bootstrap-select/bootstrap-select.min.css');
133
- inputScript(libsurl + '/bootstrap-select/bootstrap-select.min.js');
+ inputCSS(libsurl + '/bootstrap-select/1.13.18/bootstrap-select.min.css');
+ inputScript(libsurl + '/bootstrap-select/1.13.18/bootstrap-select.min.js');
134
135
if (inArray(includes, 'geohash')) {
136
inputScript(libsurl + '/geohash/geohash.js');
0 commit comments