Fix: slice and push word list
This commit is contained in:
@@ -16,9 +16,11 @@ RecordUtil.getRecordValueText = function(record, appID) {
|
||||
}
|
||||
|
||||
RecordUtil.getRecordUnit = function(appID) {
|
||||
if(appID == 104)
|
||||
if(appID == 104) // dodge
|
||||
return " 초";
|
||||
else if(appID < 100)
|
||||
else if(appID == 52 || appID == 53) // word flyingsaucer
|
||||
return " 점";
|
||||
else if(appID < 100) // typing
|
||||
return " 타";
|
||||
else
|
||||
return " 점";
|
||||
|
||||
Reference in New Issue
Block a user