forked from rDrama/rDrama
1
0
Fork 0

dont use replacestate, it fucks shit up

master
Aevann 2023-09-30 15:03:17 +03:00
parent 0cfb196b08
commit 7a39560f21
1 changed files with 1 additions and 4 deletions

View File

@ -645,10 +645,7 @@ if (screen_width <= 768) {
if (object) {
object.addEventListener('shown.bs.modal', function (e) {
const new_href = `${location.href.split('#')[0]}#m-${e.target.id}`
if (location.hash)
history.replaceState({}, '', new_href)
else
history.pushState({}, '', new_href)
history.pushState({}, '', new_href)
});
object.addEventListener('hide.bs.modal', function (e) {