Skip to content

Commit

Permalink
Remover subclassificação de GCS se normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereare committed Mar 30, 2024
1 parent d9190e6 commit 63f14f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/hospital.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ $(function() {
$("#neuro-gcs-muscle").val() == "0" ) {
gcscore += "NT";
}
ssvv.push( "GCS = " + gcscore + " (" + gcs.join(", ") + ")" );
ssvv.push("GCS = " + gcscore + (gcscore == 15 ? "" : " (" + gcs.join(", ") + ")") );
}
if ( $("#orientation-time").val() != "" ||
$("#orientation-space").val() != "" ) {
Expand Down

0 comments on commit 63f14f8

Please sign in to comment.