File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
96
96
if ( inArray ( includes , 'bootstrap' ) ) {
97
97
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' ) ;
100
100
}
101
101
if ( inArray ( includes , 'bootstrap-css' ) ) {
102
- inputCSS ( libsurl + '/bootstrap/css/bootstrap.min.css' )
102
+ inputCSS ( libsurl + '/bootstrap/3.4.1/ css/bootstrap.min.css' )
103
103
}
104
104
105
105
if ( inArray ( includes , 'bootstrap-js' ) ) {
106
- inputScript ( libsurl + '/bootstrap/js/bootstrap.min.js' ) ;
106
+ inputScript ( libsurl + '/bootstrap/3.4.1/ js/bootstrap.min.js' ) ;
107
107
}
108
108
109
109
if ( inArray ( includes , 'jquery-ui' ) ) {
You can’t perform that action at this time.
0 commit comments