forked from rDrama/rDrama
1
0
Fork 0

consistency

master
Aevann 2023-07-14 20:04:12 +03:00
parent 79d8bb7d2c
commit dce3dde6d7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (standalone) {
window.addEventListener("touchend", () => {
if (window.scrollY < threshold) {
window.location.reload();
location.reload();
}
});