inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jan 29, 2006 8:18:06 GMT -8
Main FooterJust edit the blue with the order you want the skins to be in. Each number represents that skins ID, seperate each one with a comma. <script type="text/javascript"> <!-- /* reorder skins by ross */
var order = [2,1,3];
if(document.modifyForm) { var s = document.modifyForm.skin.options; for(j=0; j<order.length; j++) { for(i=0; i<s.length; i++) { if(order[j] == s.value) { document.modifyForm.skin.appendChild(s.item(i)); break; } } } } //--> </script>
|
|