diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 02:15:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 02:15:46 +0900 |
| commit | 73029df58ae7c32ad9cc1e3ff4828e0547635bf3 (patch) | |
| tree | 4dfa521e59be308e701d755469c05507bc5fff64 /src/web/app/mobile/api/notify.ts | |
| parent | wip (diff) | |
| download | misskey-73029df58ae7c32ad9cc1e3ff4828e0547635bf3.tar.gz misskey-73029df58ae7c32ad9cc1e3ff4828e0547635bf3.tar.bz2 misskey-73029df58ae7c32ad9cc1e3ff4828e0547635bf3.zip | |
wip
Diffstat (limited to 'src/web/app/mobile/api/notify.ts')
| -rw-r--r-- | src/web/app/mobile/api/notify.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/mobile/api/notify.ts b/src/web/app/mobile/api/notify.ts new file mode 100644 index 0000000000..82780d196f --- /dev/null +++ b/src/web/app/mobile/api/notify.ts @@ -0,0 +1,3 @@ +export default function(message) { + alert(message); +} |