Browse Source

Fix date; remove log;

feature/tasks
stingl 4 years ago
parent
commit
ed464150e8
  1. 3
      js/app.js

3
js/app.js

@ -62,7 +62,7 @@ const TimeTrack = {
this.fetchThemes(); this.fetchThemes();
moment.locale('de'); moment.locale('de');
this.customDateForPastDays = moment().format("MMM Do YY"); this.customDateForPastDays = moment();
setInterval(() => { setInterval(() => {
vue.$forceUpdate(); vue.$forceUpdate();
@ -522,7 +522,6 @@ const TimeTrack = {
}); });
}); });
console.log(collection);
return collection; return collection;
}, },
getCollectionItemWithValue(collection, property, value) { getCollectionItemWithValue(collection, property, value) {