Remove alert

This commit is contained in:
Peter Maquiran
2021-07-26 16:40:51 +01:00
parent f7f1a914bb
commit 91873bf476
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -1078,7 +1078,6 @@ export class AgendaPage implements OnInit {
window['temp.path:/shared/agenda/edit-event-to-approve.ts'] = {}
this.cloneAllmobileComponent()
alert('show')
this.mobileComponent.showEventToApprove = true;
this.mobileComponent.showEditEventToApprove = false
@@ -82,7 +82,6 @@ export class ViewEventPage implements OnInit {
}
}); */
alert('yes')
}
ngOnInit() {
@@ -159,9 +159,9 @@ export class NewPublicationPage implements OnInit {
if(this.Form.invalid) return false
if(this.publicationType == '3') {
alert('3')
if(this.capturedImage != '') {
alert('2')
this.publication = {
DateIndex: this.publication.DateIndex,
DocumentId:this.publication.DocumentId,
@@ -191,7 +191,6 @@ export class NewPublicationPage implements OnInit {
}
else if (!this.publication.OriginalFileName) {
alert('1')
this.publication = {
DateIndex: this.publication.DateIndex,
DocumentId:this.publication.DocumentId,