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;
 +
document.write('aa:'+children);
 
for (const rne of runefiles) {
 
for (const rne of runefiles) {
  
Line 46: Line 47:
 
select.appendChild(option);
 
select.appendChild(option);
 
}
 
}
var children = document.getElementById("#select").childElementCount;
+
 
document.write('aa:'+children);
 
  
  

Revision as of 17:55, 14 January 2022