competitions/templates/index.html [105:112]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - contentDiv.innerHTML = marked.parse(data.response); articleLoadingSpinner.classList.add('hidden'); }) .catch(error => { console.error('There has been a problem with your fetch operation:', error); articleLoadingSpinner.classList.add('hidden'); }); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - competitions/templates/index.html [240:247]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - contentDiv.innerHTML = marked.parse(data.response); articleLoadingSpinner.classList.add('hidden'); }) .catch(error => { console.error('There has been a problem with your fetch operation:', error); articleLoadingSpinner.classList.add('hidden'); }); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -