fix sorting in file manager

This commit is contained in:
2020-08-09 20:24:40 +02:00
parent 588b829129
commit 096b26bc93
3 changed files with 25 additions and 39 deletions

View File

@@ -63,6 +63,7 @@
hashChange()
document.getElementById("btn_reload").addEventListener("click", hashChange)
window.addEventListener("hashchange", hashChange)
})
</script>