[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
This commit is contained in:
parent
8d47d1c992
commit
de5c6889ef
|
@ -82,7 +82,8 @@ declare var UIkit: any;
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!--[attr.uk-tooltip]="'title: ' + createTooltip('Configure your community profile') + '; cls: conf-profile'"-->
|
<!--[attr.uk-tooltip]="'title: ' + createTooltip('Configure your community profile') + '; cls: conf-profile'"-->
|
||||||
<a class="configure-profile uk-position-absolute uk-transform-center uk-icon uk-marker"
|
<!--class: configure-profile -->
|
||||||
|
<a class="uk-position-absolute uk-transform-center uk-icon uk-marker"
|
||||||
style="left: 22%; top: 24%" uk-marker>
|
style="left: 22%; top: 24%" uk-marker>
|
||||||
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="marker"><rect x="9" y="4" width="1" height="11"></rect><rect x="4" y="9" width="11" height="1"></rect></svg>
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="marker"><rect x="9" y="4" width="1" height="11"></rect><rect x="4" y="9" width="11" height="1"></rect></svg>
|
||||||
</a>
|
</a>
|
||||||
|
@ -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();
|
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();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue