[Trunk|Connect]: Fix menu problem.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56549 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
19087204e4
commit
51220ddd5c
|
@ -76,7 +76,6 @@ export class AppComponent {
|
||||||
this.properties = this.propertiesService.envSpecific;
|
this.properties = this.propertiesService.envSpecific;
|
||||||
var communityId: string = "";
|
var communityId: string = "";
|
||||||
this._communitiesService.updateCommunities(this.properties, this.properties.communitiesAPI);
|
this._communitiesService.updateCommunities(this.properties, this.properties.communitiesAPI);
|
||||||
HelperFunctions.scroll();
|
|
||||||
if (this.properties.environment == "development") {
|
if (this.properties.environment == "development") {
|
||||||
this.showMenu = false;
|
this.showMenu = false;
|
||||||
this.route.queryParams.subscribe(params => {
|
this.route.queryParams.subscribe(params => {
|
||||||
|
|
Loading…
Reference in New Issue