Updated based on feedback

This commit is contained in:
joe
2023-07-31 19:14:15 +09:00
parent 4c14b8ee2d
commit 4939387bbf

View File

@ -426,8 +426,8 @@ function handleImageChange(isChecked) {
const expressionImageElement = expressionListItemElement.querySelector('.expression_list_image'); const expressionImageElement = expressionListItemElement.querySelector('.expression_list_image');
const newSrc = expressionImageElement.src; const newSrc = expressionImageElement.src;
fetch(newSrc, { doExtrasFetch(newSrc, {
method: 'HEAD' method: 'HEAD',
}) })
.then(response => { .then(response => {
if (response.ok) { if (response.ok) {