change initial statistic to point sum
parent
66244467a5
commit
7638828645
|
@ -54,6 +54,9 @@ export class StatisticOverviewComponent {
|
||||||
this.title = "Gesamtübersicht";
|
this.title = "Gesamtübersicht";
|
||||||
} else {
|
} else {
|
||||||
this.title = campaign.title
|
this.title = campaign.title
|
||||||
|
setTimeout(() => {
|
||||||
|
this.activeSlideIndex = 2;
|
||||||
|
}, 10)
|
||||||
}
|
}
|
||||||
wars = wars.concat(campaign.wars);
|
wars = wars.concat(campaign.wars);
|
||||||
itemsProcessed++;
|
itemsProcessed++;
|
||||||
|
|
Loading…
Reference in New Issue