This commit is contained in:
Peter Maquiran
2021-07-17 22:42:02 +01:00
parent bd1914e81e
commit dba721ec50
15 changed files with 49 additions and 4 deletions
@@ -243,6 +243,10 @@ export class DiplomaPage implements OnInit {
}
toDateString(e) {
return new Date(e).toDateString()
}
async openAddNoteModal(actionName:string) {
let classs;
if( window.innerWidth <= 800){