mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Remove alert
This commit is contained in:
@@ -147,7 +147,7 @@ export class NewPublicationPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
async save(){
|
||||
async save() {
|
||||
|
||||
this.injectValidation()
|
||||
this.runValidation()
|
||||
@@ -219,10 +219,8 @@ export class NewPublicationPage implements OnInit {
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
|
||||
|
||||
let time = new Date()
|
||||
alert(time)
|
||||
this.publication = {
|
||||
DateIndex: time,
|
||||
DocumentId:null,
|
||||
|
||||
Reference in New Issue
Block a user