change initial statistic to point sum

feature/user-self-management
Florian Hartwich 2017-09-02 22:14:25 +02:00
parent 66244467a5
commit 7638828645
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ export class StatisticOverviewComponent {
this.title = "Gesamtübersicht";
} else {
this.title = campaign.title
setTimeout(() => {
this.activeSlideIndex = 2;
}, 10)
}
wars = wars.concat(campaign.wars);
itemsProcessed++;