Skip to content
Snippets Groups Projects
Commit 18946786 authored by FarawayVision's avatar FarawayVision
Browse files

Fix gallery crashes due to missing epilogue preview image attributes

parent e37f20e6
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,11 @@ function GEnding(player, ending){
this.gender = $(ending).attr('gender');
var previewImage = $(ending).attr('img');
previewImage = previewImage.charAt(0) === '/' ? previewImage : player.base_folder + previewImage;
if (previewImage) {
previewImage = previewImage.charAt(0) === '/' ? previewImage : player.base_folder + previewImage;
} else {
console.log("No preview image found for: "+player.id+" ending: "+$(ending).html());
}
this.image = previewImage;
this.title = $(ending).html();
......
......@@ -13,7 +13,7 @@
<artist>Ducttaperobot, Throwaway927263, nmasp</artist>
<description>Known various as the hacker Medjed, Oracle, and Navi, Futaba Sakura is a genius hacker, social recluse, and member of the Phantom Thieves.</description>
<has_ending>true</has_ending>
<epilogue gender="male" markers="false">Screenshare [Widescreen, X]</epilogue>
<epilogue gender="male" markers="false" img="f_e_2.png">Screenshare [Widescreen, X]</epilogue>
<layers>6</layers>
<tags>
<tag>ginger</tag>
......
......@@ -13,8 +13,8 @@
<artist>nmasp</artist>
<description>Superheroine dedicated to protecting France from the evil Hawk Moth.</description>
<has_ending>true</has_ending>
<epilogue gender="male" markers="false">Post Heroics Shower [X]</epilogue>
<epilogue gender="female" markers="false">Dreams [X]</epilogue>
<epilogue gender="male" markers="false" img="e3s1.jpg">Post Heroics Shower [X]</epilogue>
<epilogue gender="female" markers="false" img="ep2s2.jpg">Dreams [X]</epilogue>
<layers>8</layers>
<tags>
<tag>miraculous</tag>
......
......@@ -13,8 +13,8 @@
<artist>OSG</artist>
<description>Sei Asagiri is a devoted Valkyrie of the White Knights, a band of para-military enforcers keeping the tenuous peace in Glitch City.</description>
<has_ending>true</has_ending>
<epilogue gender="any" markers="false" alsoPlaying="meia">All Systems, Go!</epilogue>
<epilogue gender="female" markers="false">Commencing Simulation</epilogue>
<epilogue gender="any" markers="false" alsoPlaying="meia" img="ep2a.png">All Systems, Go!</epilogue>
<epilogue gender="female" markers="false" img="ep1a.jpg">Commencing Simulation</epilogue>
<layers>8</layers>
<tags>
<tag>va-11_hall-a</tag>
......
......@@ -13,7 +13,7 @@
<artist>nmasp, yurispacepirate</artist>
<description>Ochako "Uravity" Uraraka is a professional hero with a gravity control Quirk and a graduate of the prestigious UA Academy.</description>
<has_ending>true</has_ending>
<epilogue gender="male" markers="false">An Unexpected Encounter</epilogue>
<epilogue gender="male" markers="false" img="o_e_1.png">An Unexpected Encounter</epilogue>
<layers>7</layers>
<tags>
<tag>my_hero_academia</tag>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment