We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0b0fb commit 5b73c2cCopy full SHA for 5b73c2c
app-src/scripts/_app.js
@@ -48,7 +48,7 @@
48
.run(setStartedTime)
49
.run(checkIfLatestVersion)
50
.run(showWelcomeDialog)
51
- //.run(goToWorkViewIfTasks);
+ .run(goToWorkViewIfTasks);
52
53
/* @ngInject */
54
function configMarked(markedProvider) {
app-src/scripts/daily-summary/daily-summary-d.js
@@ -65,8 +65,6 @@
65
}, true);
66
};
67
68
- setTimeout(vm.showTimeSheetExportModal,500);
69
-
70
71
vm.finishDay = () => {
72
$rootScope.r.tomorrowsNote = vm.tomorrowsNote;
0 commit comments