Skip to content

Commit

Permalink
wiring jqueryui to vuln jquery WebGoat#368
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 authored and nbaars committed May 23, 2018
1 parent 91d9db5 commit 0ff6000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgoat-container/src/main/resources/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require.config({
shim: {
"jqueryui": {
exports:"$",
deps: ['jquery']
deps: ['libs/jquery-2.1.4.min']
},
underscore: {
exports: "_"
Expand Down

0 comments on commit 0ff6000

Please sign in to comment.