enable faye mission collector

This commit is contained in:
2019-02-18 20:58:46 +01:00
parent d4947dcae7
commit 2f48b86609
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Feb 18 2019 20:54:45 GMT+0100 (CET)*/ /*Generated on:Mon Feb 18 2019 20:58:45 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master"; var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+3 -3
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Feb 18 2019 20:54:45 GMT+0100 (CET)*/ /*Generated on:Mon Feb 18 2019 20:58:45 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -4586,8 +4586,8 @@
"name": data.caption, "name": data.caption,
"street": data.address.split(',')[0], "street": data.address.split(',')[0],
"village": data.address.split(',')[1], "village": data.address.split(',')[1],
"available": 'false', "available": 'true',
"done": 'true', "done": 'false',
"last_check": Math.floor(new Date().getTime() / 1000), "last_check": Math.floor(new Date().getTime() / 1000),
"next_check": Math.floor(new Date().getTime() / 1000) + 1 "next_check": Math.floor(new Date().getTime() / 1000) + 1
} }
+2 -2
View File
@@ -111,8 +111,8 @@
"name": data.caption, "name": data.caption,
"street": data.address.split(',')[0], "street": data.address.split(',')[0],
"village": data.address.split(',')[1], "village": data.address.split(',')[1],
"available": 'false', "available": 'true',
"done": 'true', "done": 'false',
"last_check": Math.floor(new Date().getTime() / 1000), "last_check": Math.floor(new Date().getTime() / 1000),
"next_check": Math.floor(new Date().getTime() / 1000) + 1 "next_check": Math.floor(new Date().getTime() / 1000) + 1
} }