mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -125,9 +125,8 @@ export class ViewPublicationsPage implements OnInit {
|
||||
this.showLoader = true;
|
||||
const folderId = this.folderId
|
||||
|
||||
alert('get 2')
|
||||
this.publications.GetPublications(this.folderId).subscribe(res => {
|
||||
alert('get 2 resppose')
|
||||
|
||||
console.log(this.folderId)
|
||||
|
||||
this.publicationList = new Array();
|
||||
@@ -145,7 +144,6 @@ export class ViewPublicationsPage implements OnInit {
|
||||
this.showLoader = false;
|
||||
}, (error) => {
|
||||
|
||||
alert('error')
|
||||
if(error.status == '0') {
|
||||
this.getFromDB();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user