This commit is contained in:
tiago.kayaya
2021-06-22 11:43:09 +01:00
parent 98918e40df
commit 3c35ae0cab
14 changed files with 47 additions and 139 deletions
@@ -109,6 +109,7 @@ export class DeplomaOptionsPage implements OnInit {
async openBookMeetingModal(task: any) {
this.popoverController.dismiss();
let classs;
if( window.innerWidth <= 800){
classs = 'book-meeting-modal modal modal-desktop'
@@ -152,6 +153,8 @@ export class DeplomaOptionsPage implements OnInit {
}
close(){}
close(){
this.popoverController.dismiss();
}
}