Remove gallery hash from link
This commit is contained in:
@@ -211,7 +211,7 @@ const toggle_gallery = () => {
|
|||||||
if (view === "gallery") {
|
if (view === "gallery") {
|
||||||
window.location.hash = "#item=0"
|
window.location.hash = "#item=0"
|
||||||
} else {
|
} else {
|
||||||
window.location.hash = "#gallery"
|
window.location.hash = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user