Project

General

Profile

« Previous | Next » 

Revision 59305

[use-UoaAdminToolsLibrary | Connect]: Merge trunk into branch.

View differences:

statistics.component.ts
107 107
              HelperFunctions.scroll();
108 108
            }
109 109
            this.communityName = community.shortTitle;
110
            this.createChartUrlMap();
110 111
            this.createStatisticsObjects();
111
            this.createChartUrlMap();
112 112
          }));
113 113
        // console.log(" Stats! "+ this.properties.statisticsAPIURL);
114 114

  
......
180 180
            }
181 181
        }
182 182
        console.log(this.entitiesList);*/
183
        this.initializeDisplayedCharts()
183 184
      },
184 185
      error => {
185 186
        //console.log(error)
186 187
        this.handleError("Error getting community with id: " + this.communityId, error);
187
      },
188
      () => this.initializeDisplayedCharts()
188
        this.initializeDisplayedCharts();
189
      }
189 190
    ));
190 191
  }
191 192

  

Also available in: Unified diff