This commit is contained in:
2019-01-25 21:54:07 +01:00
parent 6f8b58c061
commit 0233b0cc2c
3 changed files with 4 additions and 4 deletions

View File

@@ -1572,7 +1572,7 @@ class AutomaticDispose {
}
// Wir benötigen einen RTH.
if ($(elem).find(".alert-danger").length > 0 && $(elem).find(".alert-danger").text().indexOf("Wir benötigen ein RTH") != -1) {
if ($(elem).find(".alert-danger").length > 0 && $(elem).find(".alert-danger").text().indexOf("Wir benötigen einen RTH") != -1) {
PatientNeedRTH = true;
}