Remove gallery hash from link

This commit is contained in:
2021-12-28 17:19:44 +01:00
parent 5a8b2469f2
commit bdec963be0

View File

@@ -211,7 +211,7 @@ const toggle_gallery = () => {
if (view === "gallery") {
window.location.hash = "#item=0"
} else {
window.location.hash = "#gallery"
window.location.hash = ""
}
}