Merge branch 'master' of git.noarch.de:hardi/opt-cc into release/v1.6.12

pull/28/head
HardiReady 2018-02-25 09:18:12 +01:00
commit 554985a356
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ export class AppComponent {
}
if (event instanceof NavigationEnd) {
this.loading = false;
if (router.url.includes(RouteConfig.overviewPath)) {
window.scrollTo({left: 0, top: 0, behavior: 'smooth'});
}
}
});
}