v2 up af9
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sun Dec 02 2018 23:38:59 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 03 2018 00:49:14 GMT+0100 (CET)*/
|
||||
var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
|
||||
Vendored
+11
-11
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sun Dec 02 2018 23:38:59 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 03 2018 00:49:14 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -18684,22 +18684,22 @@ class AutomaticDispose {
|
||||
if (Patient.need_Tragehilfe == true)
|
||||
self._ADisVehiclesNeed["0"]++;
|
||||
|
||||
if (Patient.need_RTW == true)
|
||||
self._ADisVehiclesNeed["28"]++;
|
||||
|
||||
if (Patient.need_NEF == true)
|
||||
self._ADisVehiclesNeed["29"]++;
|
||||
|
||||
if (Patient.need_RTH == true)
|
||||
self._ADisVehiclesNeed["31"]++;
|
||||
//if (Patient.need_RTW == true)
|
||||
// self._ADisVehiclesNeed["28"]++;
|
||||
//
|
||||
//if (Patient.need_NEF == true)
|
||||
// self._ADisVehiclesNeed["29"]++;
|
||||
//
|
||||
//if (Patient.need_RTH == true)
|
||||
// self._ADisVehiclesNeed["31"]++;
|
||||
|
||||
if (self.MissionConfig.emergency_medical_service.use_RTW == true)
|
||||
self._ADisVehiclesNeed["28"]++;
|
||||
|
||||
if (self.MissionConfig.emergency_medical_service.use_NEF == true)
|
||||
if (self.MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true)
|
||||
self._ADisVehiclesNeed["29"]++;
|
||||
|
||||
if (self.MissionConfig.emergency_medical_service.use_RTH == true)
|
||||
if (self.MissionConfig.emergency_medical_service.use_RTH == true && Patient.need_RTH == true)
|
||||
self._ADisVehiclesNeed["31"]++;
|
||||
};
|
||||
|
||||
|
||||
+10
-10
@@ -1514,22 +1514,22 @@ class AutomaticDispose {
|
||||
if (Patient.need_Tragehilfe == true)
|
||||
self._ADisVehiclesNeed["0"]++;
|
||||
|
||||
if (Patient.need_RTW == true)
|
||||
self._ADisVehiclesNeed["28"]++;
|
||||
|
||||
if (Patient.need_NEF == true)
|
||||
self._ADisVehiclesNeed["29"]++;
|
||||
|
||||
if (Patient.need_RTH == true)
|
||||
self._ADisVehiclesNeed["31"]++;
|
||||
//if (Patient.need_RTW == true)
|
||||
// self._ADisVehiclesNeed["28"]++;
|
||||
//
|
||||
//if (Patient.need_NEF == true)
|
||||
// self._ADisVehiclesNeed["29"]++;
|
||||
//
|
||||
//if (Patient.need_RTH == true)
|
||||
// self._ADisVehiclesNeed["31"]++;
|
||||
|
||||
if (self.MissionConfig.emergency_medical_service.use_RTW == true)
|
||||
self._ADisVehiclesNeed["28"]++;
|
||||
|
||||
if (self.MissionConfig.emergency_medical_service.use_NEF == true)
|
||||
if (self.MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true)
|
||||
self._ADisVehiclesNeed["29"]++;
|
||||
|
||||
if (self.MissionConfig.emergency_medical_service.use_RTH == true)
|
||||
if (self.MissionConfig.emergency_medical_service.use_RTH == true && Patient.need_RTH == true)
|
||||
self._ADisVehiclesNeed["31"]++;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user