mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 05:52:25 -05:00
remove unneeded code
This commit is contained in:
parent
7f8153d805
commit
a2501b09f8
1 changed files with 1 additions and 7 deletions
|
|
@ -27,12 +27,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
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");
|
||||||
worker.postMessage({
|
worker.postMessage({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue