auto-git:
[change] node/server/public/app.js
This commit is contained in:
@@ -426,7 +426,7 @@ function updateSpiritOverlay(spirit) {
|
|||||||
}
|
}
|
||||||
el.innerHTML = `
|
el.innerHTML = `
|
||||||
<h2 style='padding:0; margin:0'>${spirit.Name || 'Spirit'}</h2><br>
|
<h2 style='padding:0; margin:0'>${spirit.Name || 'Spirit'}</h2><br>
|
||||||
<b>${spirit.Kategorie || ''}</b>${spirit.Herkunft ? '(' + spirit.Herkunft : ''})</i><br>
|
<b>${spirit.Kategorie || ''}</b>${spirit.Herkunft ? ' (' + spirit.Herkunft : ''})</i><br>
|
||||||
<b>Rolle:</b> ${spirit["Funktion/Rolle"] || ''}<br>
|
<b>Rolle:</b> ${spirit["Funktion/Rolle"] || ''}<br>
|
||||||
<b>Charakter:</b> ${spirit.Charakter || ''}<br>
|
<b>Charakter:</b> ${spirit.Charakter || ''}<br>
|
||||||
<b>Mythos:</b> ${spirit["Mythos/Legende"] || ''}<br>
|
<b>Mythos:</b> ${spirit["Mythos/Legende"] || ''}<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user