diff --git a/src/app/createCommunity/community-creation-instructions.component.ts b/src/app/createCommunity/community-creation-instructions.component.ts index f493405..e267a90 100644 --- a/src/app/createCommunity/community-creation-instructions.component.ts +++ b/src/app/createCommunity/community-creation-instructions.component.ts @@ -82,7 +82,8 @@ declare var UIkit: any; - + @@ -244,7 +245,7 @@ export class CommunityCreationInstructionsComponent { this.piwiksub = this._piwikService.trackView(this.properties, "OpenAIRE Connect | Create and manage your community page", this.properties.piwikSiteId).subscribe(); } - UIkit.tooltip('.configure-profile').show(); + //UIkit.tooltip('.configure-profile').show(); }); }