Hello! From JavaScript1 JS asset delete this code:
codefunction showSpinner() {
centerPosition(spinner, 30, 30);
document.body.appendChild(spinner);
}
function hideSpinner() {
try {
document.body.removeChild(spinner);
} catch (e) {
// Do nothing
}
}/code because it's included in Appery.io already.