From 138cf312b362d7c50f0f774d03de921baf2621f7 Mon Sep 17 00:00:00 2001 From: libccy Date: Wed, 31 May 2017 21:50:45 +0800 Subject: [PATCH] s --- game/game.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/game.js b/game/game.js index 83d1e3a24..3b656f7cc 100644 --- a/game/game.js +++ b/game/game.js @@ -32110,6 +32110,9 @@ list3.push(i); } } + list3.sort(function(a,b){ + return a>b?1:-1; + }); selectname.onchange=function(){ var skills; skillopt.innerHTML='';