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