Skip to content

Commit 3ab45a9

Browse files
committed
【libs】 boostrap 3.3.7 升级到 3.4.1 review by qiwei
1 parent ef738fc commit 3ab45a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/js/include-web.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@
9595

9696
if (inArray(includes, 'bootstrap')) {
9797
inputScript(libsurl + '/jquery/jquery.min.js');
98-
inputCSS(libsurl + '/bootstrap/css/bootstrap.min.css');
99-
inputScript(libsurl + '/bootstrap/js/bootstrap.min.js');
98+
inputCSS(libsurl + '/bootstrap/3.4.1/css/bootstrap.min.css');
99+
inputScript(libsurl + '/bootstrap/3.4.1/js/bootstrap.min.js');
100100
}
101101
if (inArray(includes, 'bootstrap-css')) {
102-
inputCSS(libsurl + '/bootstrap/css/bootstrap.min.css')
102+
inputCSS(libsurl + '/bootstrap/3.4.1/css/bootstrap.min.css')
103103
}
104104

105105
if (inArray(includes, 'bootstrap-js')) {
106-
inputScript(libsurl + '/bootstrap/js/bootstrap.min.js');
106+
inputScript(libsurl + '/bootstrap/3.4.1/js/bootstrap.min.js');
107107
}
108108

109109
if (inArray(includes, 'jquery-ui')) {

0 commit comments

Comments
 (0)