First setup for challenge 5
This commit is contained in:
6
webgoat-lessons/challenge/src/main/resources/js/bootstrap.min.js
vendored
Normal file
6
webgoat-lessons/challenge/src/main/resources/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,16 @@
|
||||
$(document).ready(function () {
|
||||
getVotings()
|
||||
})
|
||||
|
||||
function login(user) {
|
||||
$.get("votings/login?user=" + user, function (result, status) {
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
function getVotings() {
|
||||
$.get("votings/", function (result, status) {
|
||||
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user