Updated noscript in comments

This commit is contained in:
MrLuit 2017-05-09 19:13:37 +02:00
commit 622982a02f
178 changed files with 186 additions and 352 deletions

View file

@ -65,3 +65,6 @@ window.addEventListener('load', function() {
}
});
});
document.getElementsByClassName("loader")[0].style.display = 'block';
document.getElementsByClassName("noscript")[0].outerHTML='';