This commit is contained in:
parent
faece7c673
commit
138cf312b3
|
@ -32110,6 +32110,9 @@
|
||||||
list3.push(i);
|
list3.push(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
list3.sort(function(a,b){
|
||||||
|
return a>b?1:-1;
|
||||||
|
});
|
||||||
selectname.onchange=function(){
|
selectname.onchange=function(){
|
||||||
var skills;
|
var skills;
|
||||||
skillopt.innerHTML='';
|
skillopt.innerHTML='';
|
||||||
|
|
Loading…
Reference in New Issue