- fix: Date problems... (it was a bad "copy" function, the object date was not valid...)

- fix: error fetch on loading... (offline appeared)
This commit is contained in:
Paolo Arena
2019-02-11 02:59:05 +01:00
parent 636ee92786
commit d24b232a2d
7 changed files with 437 additions and 370 deletions

View File

@@ -13,7 +13,11 @@ module.exports = {
console.log(args)
},
mylogshow: function (...args) {
mylogoff: function (...args) {
// doing nothing
},
mylogshow: function (...args) {
console.log(args)
},