summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authormayx2025-11-01 11:41:16 +0000
committermayx2025-11-01 11:41:16 +0000
commitd13dd560c26f1bbe2898acc386f9319b9f4834c4 (patch)
treea5e1100903bd6f1130714afac43512dd0b96406c /_layouts/post.html
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 '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 1de008b..54ae900 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -59,7 +59,9 @@ layout: default
return;
} else {
const data = JSON.parse(event.data);
- outputContainer.textContent += data.response;
+ if (data.response) {
+ outputContainer.textContent += data.response;
+ }
}
}
});