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 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' ) ) {
You can’t perform that action at this time.
0 commit comments