mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-31 04:02:41 +09:00
Merge branch 'signout-to-welcome-page' into swn
This commit is contained in:
commit
215fbdd46a
@ -92,8 +92,8 @@ document.addEventListener('touchend', () => {}, { passive: true });
|
||||
|
||||
// 一斉リロード
|
||||
reloadChannel.addEventListener('message', path => {
|
||||
if (path === 'reload')
|
||||
location.reload()
|
||||
if (path === 'reload') location.reload();
|
||||
else location.href = path;
|
||||
});
|
||||
|
||||
//#region SEE: https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
|
||||
|
Loading…
Reference in New Issue
Block a user