remove sutures disclaimer copy

This commit is contained in:
Daniel 2026-05-08 09:05:13 +02:00
parent 2fec33dc4d
commit de3e1c0a15

View file

@ -302,7 +302,7 @@ function render() {
html += '<div style="padding:10px 12px;background:var(--g50);border-radius:6px;font-size:12px;color:var(--g600);"><strong>Tetanus:</strong> ' + r.tetanus + '</div>';
html += S.ref('Roberts &amp; Hedges Clinical Procedures in Emergency Medicine, 7e (2019), Ch. 36. Fleisher &amp; Ludwig Pediatric Emergency Medicine, 8e (2021). AAP Section on Emergency Medicine — Pediatric laceration repair. UpToDate (Pope JV) — Skin laceration repair with sutures. Suggestions only — verify against your local protocol and the patient in front of you.');
html += S.ref('Roberts &amp; Hedges Clinical Procedures in Emergency Medicine, 7e (2019), Ch. 36. Fleisher &amp; Ludwig Pediatric Emergency Medicine, 8e (2021). AAP Section on Emergency Medicine — Pediatric laceration repair. UpToDate (Pope JV) — Skin laceration repair with sutures.');
el.innerHTML = html;
}