« Combat (règles) » : différence entre les versions
→Calculateur
| Ligne 473 : | Ligne 473 : | ||
<html> | <html> | ||
<iframe src="https://www.nephilim-rpg.com/tools/calculateur-nephilim-NL-combat.html" width="100% | <iframe id="nephCalcFrame" src="https://www.nephilim-rpg.com/tools/calculateur-nephilim-NL-combat.html" width="100%" style="border:none; overflow:hidden;" scrolling="no"></iframe> | ||
<script> | |||
window.addEventListener('message', function(e) { | |||
if (e.data && e.data.nephCalcHeight) { | |||
document.getElementById('nephCalcFrame').style.height = e.data.nephCalcHeight + 'px'; | |||
} | |||
}); | |||
</script> | |||
</html> | </html> | ||