Browse Source

format test;

feature/tasks
stingl 4 years ago
parent
commit
bb6a644b3a
  1. 2
      js/app.js

2
js/app.js

@ -62,7 +62,7 @@ const TimeTrack = {
this.fetchThemes(); this.fetchThemes();
moment.locale('de'); moment.locale('de');
this.customDateForPastDays = moment(); this.customDateForPastDays = moment().format();
setInterval(() => { setInterval(() => {
vue.$forceUpdate(); vue.$forceUpdate();