I have the error:
"Cannot read property 'innerHTML' of null" at attacked (JS.js:172).
However the concerned line is:
if (document.getElementById("enem").innerHTML != null)
Which was made especially to solve this problem (last time I had this problem so I added this IF and it's still erroneous.