diff --git a/src/js/sr2ini.js b/src/js/sr2ini.js index 4420f74..2659d26 100644 --- a/src/js/sr2ini.js +++ b/src/js/sr2ini.js @@ -55,14 +55,14 @@ const DAMAGE_MONITOR_HTML = [ '
\n', '\n', '\n', - '\n', + '\n', '\n', - '\n', - '\n', + '\n', + '\n', '\n', - '\n', - '\n', - '\n', + '\n', + '\n', + '\n', '\n', '
\n', '
'].join(""); @@ -120,7 +120,7 @@ function getEffectiveIni(tr) { // add test combatant for testing purposes (duh) function addTestCombatant() { // Eclipse - $("#add-combatant-button").click(); +// $("#add-combatant-button").click(); $("#combatant-modal-name").val("Eclipse"); $("#combatant-modal-dice").val(3); $("#combatant-modal-rea").val(6);