summaryrefslogtreecommitdiff
path: root/Live2dHistoire
diff options
context:
space:
mode:
authormayx2025-11-01 11:41:16 +0000
committermayx2025-11-01 11:41:16 +0000
commitd13dd560c26f1bbe2898acc386f9319b9f4834c4 (patch)
treea5e1100903bd6f1130714afac43512dd0b96406c /Live2dHistoire
parent1198b6c191dc2280f7393ee22fecdb9db8b48925 (diff)
Update 4 filesHEADmaster
- /_posts/2025-11-01-mirrors.md - /_data/other_repo_list.csv - /_layouts/post.html - /Live2dHistoire/live2d/js/message.js
Diffstat (limited to 'Live2dHistoire')
-rw-r--r--Live2dHistoire/live2d/js/message.js4
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 {