fix ab container

This commit is contained in:
2019-01-21 06:07:04 +01:00
parent 512ea158e0
commit 61f52956eb
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Jan 21 2019 06:04:10 GMT+0100 (CET)*/
/*Generated on:Mon Jan 21 2019 06:07:03 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -17695,7 +17695,7 @@ class AutomaticDispose {
console.log($("h1:contains('AB-')").length)
console.log($("div.alert.alert-info:contains('Welches Zugfahrzeug soll zum Transport genutzt werden')").length)
if ($("h1:contains('AB-')").length > 0 && $("div.alert.alert-info:contains('Welches Zugfahrzeug soll zum Transport genutzt werden')").length > 0) {
$("a:contains('Alarmieren')").click();
$("a:contains('Alarmieren')").first().click();
} else {
self.Check_Call_Hospitals();
}