Difference between revisions of "Widget:RuneDisp"

From Official Runecraft Wiki
Line 34: Line 34:
 
select.appendChild(option);
 
select.appendChild(option);
  
var children = document.getElementById("#select").childElementCount;
+
var children = document.getElementById("select").childElementCount;
 
document.write('aa:'+children);
 
document.write('aa:'+children);
 
for (const rne of runefiles) {
 
for (const rne of runefiles) {

Revision as of 17:56, 14 January 2022