Fix 1G alternative images not showing
This commit is contained in:
parent
38bdaf397b
commit
a4b32ca3ae
@ -187,9 +187,9 @@ $(document).ready(function() {
|
|||||||
if (randomValue == 0)
|
if (randomValue == 0)
|
||||||
return pklist.mn[result]["num"];
|
return pklist.mn[result]["num"];
|
||||||
else if (randomValue == 1)
|
else if (randomValue == 1)
|
||||||
return pklist.mn[result]["num"]+'RB';
|
return pklist.mn[result]["num"]+'-RB';
|
||||||
else if (randomValue == 2)
|
else if (randomValue == 2)
|
||||||
return pklist.mn[result]["num"]+'RG';
|
return pklist.mn[result]["num"]+'-RG';
|
||||||
}
|
}
|
||||||
return pklist.mn[result]["num"];
|
return pklist.mn[result]["num"];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user