diff options
| author | mayx | 2025-11-01 11:41:16 +0000 |
|---|---|---|
| committer | mayx | 2025-11-01 11:41:16 +0000 |
| commit | d13dd560c26f1bbe2898acc386f9319b9f4834c4 (patch) | |
| tree | a5e1100903bd6f1130714afac43512dd0b96406c /Live2dHistoire/live2d/js | |
| parent | 1198b6c191dc2280f7393ee22fecdb9db8b48925 (diff) | |
- /_posts/2025-11-01-mirrors.md
- /_data/other_repo_list.csv
- /_layouts/post.html
- /Live2dHistoire/live2d/js/message.js
Diffstat (limited to 'Live2dHistoire/live2d/js')
| -rw-r--r-- | Live2dHistoire/live2d/js/message.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js index ebf821f..08d1675 100644 --- a/Live2dHistoire/live2d/js/message.js +++ b/Live2dHistoire/live2d/js/message.js @@ -201,9 +201,9 @@ if (!norunFlag) { eventFlag = true; } var data = JSON.parse(event.data); - if (data.response) { + if (data.response) { outputContainer.textContent += data.response; - } + } } } } else { |
