|
@@ -196,8 +196,8 @@ function retrieveStateData(page, needInitPagination) {
|
|
|
if (d.memoCount > 0) {
|
|
|
html += ' <li><a href="#" id="memoLink" class="memo"><i id="memoLinkIcon" class="align-middle ml-2 fas fa-fw fa-edit"></i></a></li>';
|
|
|
}
|
|
|
- if (d.hasTodaySymptom) {
|
|
|
- html += ' <li><a href="#" id="symptomLink" class="symptom"><i id="symptomLinkIcon" class="align-middle ml-2 fas fa-fw fa-user-plus"></i></a></li>';
|
|
|
+ if ("<c:out value="${config.symptomDisplayYN}" />" === "Y" && d.hasTodaySymptom) {
|
|
|
+ html += ' <li><a href="#" id="symptomLink" class="symptom"><i id="symptomLinkIcon" class="align-middle ml-2 fas fa-fw fa-user-plus"></i></a></li>';
|
|
|
}
|
|
|
html += ' </ul>';
|
|
|
html += ' </div>';
|