summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/share.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-20 16:07:52 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-20 16:07:52 +0900
commit7f534a41a65ec93a0eafd02796b782309b3d0702 (patch)
tree56a7ba9d8fd48be173b4496db6dbd8f384dc7a81 /packages/frontend/src/pages/share.vue
parentUpdate eslint.config.js (diff)
downloadmisskey-7f534a41a65ec93a0eafd02796b782309b3d0702.tar.gz
misskey-7f534a41a65ec93a0eafd02796b782309b3d0702.tar.bz2
misskey-7f534a41a65ec93a0eafd02796b782309b3d0702.zip
fix lint
Diffstat (limited to 'packages/frontend/src/pages/share.vue')
-rw-r--r--packages/frontend/src/pages/share.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/share.vue b/packages/frontend/src/pages/share.vue
index abd84c8590..f88f9ebc1e 100644
--- a/packages/frontend/src/pages/share.vue
+++ b/packages/frontend/src/pages/share.vue
@@ -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 {