mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-12 08:36:56 +00: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…
Add table
Reference in a new issue