diff options
Diffstat (limited to 'src/web/app/common/scripts')
| -rw-r--r-- | src/web/app/common/scripts/get-cat.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js new file mode 100644 index 0000000000..799f31b9c3 --- /dev/null +++ b/src/web/app/common/scripts/get-cat.js @@ -0,0 +1,3 @@ +module.exports = function() { + return '(=^・・^=)' +}; |