We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50af81 commit 0b7452dCopy full SHA for 0b7452d
1 file changed
index_bottom.html
@@ -22,6 +22,7 @@
22
</form>
23
</dialog>
24
<script>
25
+function(){
26
const diaDialog = document.getElementById("diaDialog");
27
const diaMapname = document.getElementById("diaMapname");
28
const diaDownloadBz2 = document.getElementById("diaDownloadBz2");
@@ -92,8 +93,10 @@
92
93
rows[i].children[0].children[0].addEventListener("click", download_mapname);
94
}
95
*/
96
+}();
97
</script>
98
99
100
// https://github.com/tofsjonas/sortable/blob/main/sortable.js
101
// https://github.com/tofsjonas/sortable/blob/main/LICENSE
102
document.addEventListener('click', function (e) {
@@ -183,6 +186,7 @@
183
186
//console.log(error)
184
187
185
188
})
189
190
191
192
<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