mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:12:25 -05:00
remove unneeded code
This commit is contained in:
parent
7f8153d805
commit
a2501b09f8
1 changed files with 1 additions and 7 deletions
|
|
@ -23,15 +23,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
const nollamas = document.querySelector(".nollamas");
|
const nollamas = document.querySelector(".nollamas");
|
||||||
const challenge = nollamas.dataset.nollamasChallenge;
|
const challenge = nollamas.dataset.nollamasChallenge;
|
||||||
const difficulty = nollamas.dataset.nollamasDifficulty;
|
const difficulty = nollamas.dataset.nollamasDifficulty;
|
||||||
|
|
||||||
console.log('challenge:', challenge);
|
console.log('challenge:', challenge);
|
||||||
console.log('difficulty:', difficulty);
|
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.
|
// Prepare the worker with task function.
|
||||||
const worker = new Worker("/assets/dist/nollamasworker.js");
|
const worker = new Worker("/assets/dist/nollamasworker.js");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue