competitions/templates/index.html [97:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
competitions/templates/index.html [859:865]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -