|
@@ -4,6 +4,7 @@ if(!$contentData) {
|
|
|
"items" => [
|
|
|
[
|
|
|
"title" => "",
|
|
|
+ "detail" => "",
|
|
|
]
|
|
|
]
|
|
|
];
|
|
@@ -11,7 +12,7 @@ if(!$contentData) {
|
|
|
$formID = rand(0, 100000);
|
|
|
?>
|
|
|
<div id="allergySection">
|
|
|
- <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1">
|
|
|
+ <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1 hide-if-note">
|
|
|
<span>Allergies</span>
|
|
|
<a href="#" onclick="return closeStagPopup()"
|
|
|
class="ml-auto text-secondary">
|