mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-31 09:13:56 +02:00
fix lint
This commit is contained in:
@@ -182,12 +182,12 @@ function close(): void {
|
||||
|
||||
// 閉じなければ100ms後タイムラインに
|
||||
window.setTimeout(() => {
|
||||
location.href = '/';
|
||||
window.location.href = '/';
|
||||
}, 100);
|
||||
}
|
||||
|
||||
function goToMisskey(): void {
|
||||
location.href = '/';
|
||||
window.location.href = '/';
|
||||
}
|
||||
|
||||
function onPosted(): void {
|
||||
|
||||
Reference in New Issue
Block a user