Difference between revisions of "Widget:RuneDisp"

From Official Runecraft Wiki
Line 50: Line 50:
 
option.textContent = 'Activation Layer';
 
option.textContent = 'Activation Layer';
 
} else {
 
} else {
option.textContent = 'Layer ' + length);
+
option.textContent = 'Layer ' + length;
 
}
 
}
 
select.appendChild(option);
 
select.appendChild(option);
 +
length--;
 
}
 
}
  

Revision as of 18:27, 14 January 2022