특기가 없는 경우에도 tooltip 띄우도록
This commit is contained in:
@@ -47,6 +47,7 @@ foreach (SpecialityConst::WAR as $id=>$values) {
|
|||||||
$text = getSpecialInfo($id);
|
$text = getSpecialInfo($id);
|
||||||
$specialAll[$name] = $text;
|
$specialAll[$name] = $text;
|
||||||
}
|
}
|
||||||
|
$specialAll['-'] = '없음';
|
||||||
echo Json::encode($specialAll);
|
echo Json::encode($specialAll);
|
||||||
?>
|
?>
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user