Project

General

Profile

« Previous | Next » 

Revision 55671

completed timezones list and removed not needed setTimeouts

View differences:

metrics-show.component.ts
35 35

  
36 36
  ngOnInit() {
37 37
    this.repoId = this.route.snapshot.paramMap.get('id');
38
    setTimeout(() => {
39
      this.getPiwik();
40
    }, 1000);
38
    this.getPiwik();
41 39
  }
42 40

  
43 41

  

Also available in: Unified diff