diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-28 16:21:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-28 16:21:35 +0900 |
| commit | a23ef386ea8f79b1f0f3aa4532c77420675885a6 (patch) | |
| tree | 4c4e4c97b24ad858195556ed33ba8ed0a24e53fa /src | |
| parent | Merge pull request #1793 from syuilo/l10n_master (diff) | |
| download | sharkey-a23ef386ea8f79b1f0f3aa4532c77420675885a6.tar.gz sharkey-a23ef386ea8f79b1f0f3aa4532c77420675885a6.tar.bz2 sharkey-a23ef386ea8f79b1f0f3aa4532c77420675885a6.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/scripts/get-kao.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts index d380187510..645196132b 100644 --- a/src/client/app/common/scripts/get-kao.ts +++ b/src/client/app/common/scripts/get-kao.ts @@ -1,5 +1,5 @@ export default () => [ '(=^・・^=)', - 'v('ω')v', + 'v(\'ω\')v', '🐡( \'-\' 🐡 )フグパンチ!!!!' ][Math.floor(Math.random() * 3)]; |