Skip to content

Commit efe09c0

Browse files
committed
fix anonymous function thing that i forgot to fix... fuck...
1 parent c78c768 commit efe09c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index_bottom.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</form>
2323
</dialog>
2424
<script>
25-
function(){
25+
(function(){
2626
const diaDialog = document.getElementById("diaDialog");
2727
const diaMapname = document.getElementById("diaMapname");
2828
const diaDownloadBz2 = document.getElementById("diaDownloadBz2");
@@ -93,10 +93,10 @@
9393
rows[i].children[0].children[0].addEventListener("click", download_mapname);
9494
}
9595
*/
96-
}();
96+
})();
9797
</script>
9898
<script>
99-
function(){
99+
(function(){
100100
// https://github.com/tofsjonas/sortable/blob/main/sortable.js
101101
// https://github.com/tofsjonas/sortable/blob/main/LICENSE
102102
document.addEventListener('click', function (e) {
@@ -186,7 +186,7 @@
186186
//console.log(error)
187187
}
188188
})
189-
}();
189+
})();
190190
</script>
191191

192192
<br>this website's privacy/cookie policies can be viewed at the bottom of the <a href="https://fastdl.me/">homepage</a>

0 commit comments

Comments
 (0)