This commit is contained in:
libccy 2017-05-31 21:50:45 +08:00
parent faece7c673
commit 138cf312b3
1 changed files with 3 additions and 0 deletions

View File

@ -32110,6 +32110,9 @@
list3.push(i);
}
}
list3.sort(function(a,b){
return a>b?1:-1;
});
selectname.onchange=function(){
var skills;
skillopt.innerHTML='';