Convert Location to Location2025
This commit is contained in:
@ -1027,8 +1027,8 @@
|
||||
`<img src="${checkin.image_address}"
|
||||
class="h-20 w-20 object-cover rounded"
|
||||
onclick="showLargeImage(this.src)"
|
||||
onerror="this.parentElement.innerHTML='画像読込エラー'">`
|
||||
: ''}
|
||||
onerror="this.style.display='none'; this.parentElement.innerHTML='<div class=\\'text-xs text-gray-500\\'>画像なし</div>'">`
|
||||
: '<div class="text-xs text-gray-500">画像なし</div>'}
|
||||
</td>
|
||||
<td class="px-2 py-3 ${bgColor}">
|
||||
<div class="font-bold">${checkin.sub_loc_id}</div>
|
||||
|
||||
Reference in New Issue
Block a user