diff --git a/app/scripts/dialogs/notes/_notes-c.scss b/app/scripts/dialogs/notes/_notes-c.scss index a4b8bf2433..291ee439c4 100644 --- a/app/scripts/dialogs/notes/_notes-c.scss +++ b/app/scripts/dialogs/notes/_notes-c.scss @@ -1,4 +1,4 @@ -.notes { +.notes-dialog { .markdown-wrapper { div, textarea { diff --git a/app/scripts/dialogs/notes/notes-c.html b/app/scripts/dialogs/notes/notes-c.html index cbf0cf60d8..c3a043b7bd 100644 --- a/app/scripts/dialogs/notes/notes-c.html +++ b/app/scripts/dialogs/notes/notes-c.html @@ -1,5 +1,5 @@ + class="notes-dialog fullscreen-dialog">

Notes for project

diff --git a/app/scripts/dialogs/time-estimate/time-estimate-c.js b/app/scripts/dialogs/time-estimate/time-estimate-c.js index a2749481f5..14549991e1 100644 --- a/app/scripts/dialogs/time-estimate/time-estimate-c.js +++ b/app/scripts/dialogs/time-estimate/time-estimate-c.js @@ -35,12 +35,6 @@ if (!vm.timeSpentOnDayCopy[vm.todayStr]) { vm.timeSpentOnDayCopy[vm.todayStr] = undefined; } - //else if (vm.timeSpentOnDayCopy[vm.todayStr].asSeconds && vm.timeSpentOnDayCopy[vm.todayStr].asSeconds() < 1) { - // // get rid of P0D - // vm.timeSpentOnDayCopy[vm.todayStr] = undefined; - //} - console.log( vm.timeSpentOnDayCopy[vm.todayStr] ); - vm.deleteValue = (strDate) => { delete vm.timeSpentOnDayCopy[strDate];