Project

General

Profile

« Previous | Next » 

Revision 55671

completed timezones list and removed not needed setTimeouts

View differences:

content-events-of-repository.component.ts
32 32
  ngOnInit() {
33 33
    this.repoName = this.route.snapshot.paramMap.get('name');
34 34
    this.getCorrectName();
35
    setTimeout(() => {
36
      this.getTopics();
37
    }, 500);
35
    this.getTopics();
38 36
  }
39 37

  
40 38
  getRepoTopics(): void {

Also available in: Unified diff