Remove menu
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56457 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3364939e1d
commit
36967572a8
|
@ -61,7 +61,7 @@ export class AppComponent implements OnInit{
|
||||||
this.router.events.forEach((event) => {
|
this.router.events.forEach((event) => {
|
||||||
if(event instanceof RoutesRecognized) {
|
if(event instanceof RoutesRecognized) {
|
||||||
HelperFunctions.scroll();
|
HelperFunctions.scroll();
|
||||||
if(event.url === '/') {
|
if(event.url === '/' || event.url.indexOf('/user-info') !== -1) {
|
||||||
this.wellcome = true;
|
this.wellcome = true;
|
||||||
} else {
|
} else {
|
||||||
this.wellcome = false;
|
this.wellcome = false;
|
||||||
|
|
Loading…
Reference in New Issue