Bootstrap loads now, otherwise dropdown etc does not work
This commit is contained in:
parent
142631c7a0
commit
9b81cb44fa
1151
webgoat-container/src/main/resources/static/js/libs/bootstrap.min.js
vendored
Normal file
1151
webgoat-container/src/main/resources/static/js/libs/bootstrap.min.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,6 +29,7 @@ require.config({
|
|||||||
jqueryui: 'libs/jquery-ui.min',
|
jqueryui: 'libs/jquery-ui.min',
|
||||||
underscore: 'libs/underscore-min',
|
underscore: 'libs/underscore-min',
|
||||||
backbone: 'libs/backbone-min',
|
backbone: 'libs/backbone-min',
|
||||||
|
bootstrap: 'libs/bootstrap.min',
|
||||||
text: 'libs/text',
|
text: 'libs/text',
|
||||||
templates: 'goatApp/templates',
|
templates: 'goatApp/templates',
|
||||||
polyglot: 'libs/polyglot.min'
|
polyglot: 'libs/polyglot.min'
|
||||||
@ -65,6 +66,7 @@ require([
|
|||||||
'jqueryui',
|
'jqueryui',
|
||||||
'underscore',
|
'underscore',
|
||||||
'backbone',
|
'backbone',
|
||||||
'goatApp/goatApp'], function($,jqueryBase,jqueryVuln,jqueryui,_,Backbone,Goat){
|
'bootstrap',
|
||||||
|
'goatApp/goatApp'], function($,jqueryBase,jqueryVuln,jqueryui,_,Backbone,bootstrap,Goat){
|
||||||
Goat.initApp();
|
Goat.initApp();
|
||||||
});
|
});
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user