Difference between revisions of "Widget:RuneDisp"
From Official Runecraft Wiki
Line 29: | Line 29: | ||
var children = document.getElementById("layer").childElementCount; | var children = document.getElementById("layer").childElementCount; | ||
+ | document.write(children); | ||
if (children < runefiles.length) { | if (children < runefiles.length) { | ||
Line 49: | Line 50: | ||
} | } | ||
+ | }); | ||
− | |||
− | |||
} | } | ||
Revision as of 18:00, 14 January 2022