Updated based on feedback

This commit is contained in:
joe 2023-07-31 19:14:15 +09:00
parent 4c14b8ee2d
commit 4939387bbf
1 changed files with 2 additions and 2 deletions

View File

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