Giordano Ricciardi

Results 1 issues of Giordano Ricciardi

on line 60 in main.js you could use: document.body.className += 'initialized'; instead of: document.body.classList.add('initialized'); that will work on every other browser too. It still won't make the app work on...