remove unneeded code

This commit is contained in:
kim 2025-04-23 16:31:27 +01:00
commit a2501b09f8

View file

@ -27,12 +27,6 @@ document.addEventListener('DOMContentLoaded', function() {
console.log('challenge:', challenge);
console.log('difficulty:', difficulty);
// Not sure what this is for. Kim help??
const jsOnlyElements = document.querySelectorAll('.hidden');
jsOnlyElements.forEach(el => {
el.classList.remove('hidden');
});
// Prepare the worker with task function.
const worker = new Worker("/assets/dist/nollamasworker.js");
worker.postMessage({