보상 기준 변경, 버그 수정

This commit is contained in:
2020-05-10 04:50:10 +09:00
parent 14e267b4b0
commit fd4d10e6e7
4 changed files with 12 additions and 10 deletions
+9 -1
View File
@@ -332,7 +332,15 @@ function refreshMailboxList(obj){
generalList = {};
obj.nation.sort(function(lhs, rhs){
if(lhs.mailbox == myNation.mailbox){
return -1;
}
if(rhs.mailbox == myNation.mailbox){
return 1;
}
return lhs.mailbox - rhs.mailbox;
})
$.each(obj.nation, function(){
var nation = this;