Skip to content

Commit 5e51560

Browse files
committedAug 19, 2022
rename _Unavailable.svg
_* filter out by github page ?
1 parent 7819534 commit 5e51560

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 
File renamed without changes.

‎scripts/monster_table.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function addBody(table, data) {
5454
// Egg
5555
const egg = tr.insertCell();
5656
egg.setAttribute('class', 'egg');
57-
const egg_img = createEggImg(row[2] ? row[1] : '_Unavailable');
57+
const egg_img = createEggImg(row[2] ? row[1] : 'Unavailable');
5858
egg.appendChild(egg_img);
5959

6060
// Name

0 commit comments

Comments
 (0)