From de5c6889eff4e5ae3faa5f9504f7b173e0083a2a Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 16 Apr 2019 10:37:52 +0000 Subject: [PATCH] [Trunk|Connect]: community-creation-instructions.component: Comment tooltip.show() code. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@55374 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../community-creation-instructions.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); }); }