Difference between revisions of "Widget:RuneDisp"
From Official Runecraft Wiki
Line 44: | Line 44: | ||
option.textContent = 'Activation Layer'; | option.textContent = 'Activation Layer'; | ||
} else { | } else { | ||
− | option.textContent = 'Layer '+runefiles.indexOf(rne)+1; | + | option.textContent = 'Layer '+ (runefiles.indexOf(rne)+1); |
} | } | ||
select.appendChild(option); | select.appendChild(option); |
Revision as of 17:45, 14 January 2022