mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:53:08 +02:00
Cleaned up some code
This commit is contained in:
parent
11cb134d4d
commit
c6e29f6882
1 changed files with 0 additions and 9 deletions
|
@ -765,15 +765,6 @@ async function post(ev?: MouseEvent) {
|
||||||
|
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
if (result === 'cancel') return;
|
if (result === 'cancel') return;
|
||||||
if (result === 'home') {
|
|
||||||
visibility.value = 'home';
|
|
||||||
}
|
|
||||||
|
|
||||||
// await os.alert({
|
|
||||||
// type: 'info',
|
|
||||||
// text: i18n.ts.thisPostIsMissingAltText,
|
|
||||||
// });
|
|
||||||
// return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue