|
Post by Ross on Jan 29, 2006 11:18:05 GMT -5
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>
|
|