mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -15,6 +15,6 @@ import { ChatPopoverPage } from './chat-popover.page';
|
||||
IonicModule,
|
||||
ChatPopoverPageRoutingModule
|
||||
],
|
||||
declarations: [ChatPopoverPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ChatPopoverPageModule {}
|
||||
|
||||
@@ -15,8 +15,6 @@ import { ChatPopoverPage } from './chat-popover.page';
|
||||
ChatPopoverPage,
|
||||
],
|
||||
entryComponents:[],
|
||||
declarations: [
|
||||
ChatPopoverPage,
|
||||
]
|
||||
declarations: []
|
||||
})
|
||||
export class PopoverModule {}
|
||||
@@ -59,7 +59,7 @@ export class OptsExpedientePage implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
async openBookMeetingModal(task: any) {
|
||||
async openBookMeetingModal() {
|
||||
let classs;
|
||||
if( window.innerWidth <= 800){
|
||||
classs = 'book-meeting-modal modal modal-desktop'
|
||||
|
||||
Reference in New Issue
Block a user