From 2f48b86609f0d934d1c1b16aa15385bc0df0bfa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 18 Feb 2019 20:58:46 +0100 Subject: [PATCH] enable faye mission collector --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 6 +++--- src/autoloaderV2.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index e1375c7..3b14ec3 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 9ceb6d2..5b021a6 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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 * =============================================== @@ -4586,8 +4586,8 @@ "name": data.caption, "street": data.address.split(',')[0], "village": data.address.split(',')[1], - "available": 'false', - "done": 'true', + "available": 'true', + "done": 'false', "last_check": Math.floor(new Date().getTime() / 1000), "next_check": Math.floor(new Date().getTime() / 1000) + 1 } diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 241c701..d2fb8ff 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -111,8 +111,8 @@ "name": data.caption, "street": data.address.split(',')[0], "village": data.address.split(',')[1], - "available": 'false', - "done": 'true', + "available": 'true', + "done": 'false', "last_check": Math.floor(new Date().getTime() / 1000), "next_check": Math.floor(new Date().getTime() / 1000) + 1 }