forked from rDrama/rDrama
1
0
Fork 0

move to bottom again so it doesnt interfere with the #context thing

master
Aevann 2023-10-02 06:14:35 +03:00
parent f0747484b5
commit 2f3699a706
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,3 @@
if (location.hash.startsWith("#m-")) {
history.replaceState({}, '', location.href.split('#')[0])
}
const SITE_FULL_IMAGES = document.getElementById('SITE_FULL_IMAGES').value
function getMessageFromJsonData(success, json) {
@ -713,3 +709,7 @@ addEventListener('touchmove', function (e) {
return false;
}
}, {passive: false});
if (location.hash.startsWith("#m-")) {
history.replaceState({}, '', location.href.split('#')[0])
}