Project

General

Profile

« Previous | Next » 

Revision 55671

completed timezones list and removed not needed setTimeouts

View differences:

compatibility-validation-results.component.ts
37 37

  
38 38
  ngOnInit () {
39 39
    if (this.authService.getIsUserLoggedIn()) {
40
      setTimeout(() => {
41 40
        this.getJobInfo();
42
      }, 500 );
43 41
    } else {
44 42
      const id = this.route.snapshot.paramMap.get('id');
45 43
      this.authService.redirectUrl = '/compatibility/browseHistory/' + id;

Also available in: Unified diff