특기가 없는 경우에도 tooltip 띄우도록

This commit is contained in:
2018-07-11 17:03:47 +09:00
parent 6a17497fbd
commit 54461b6ea4
+1
View File
@@ -47,6 +47,7 @@ foreach (SpecialityConst::WAR as $id=>$values) {
$text = getSpecialInfo($id);
$specialAll[$name] = $text;
}
$specialAll['-'] = '없음';
echo Json::encode($specialAll);
?>
;