1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Remove Ember Attacher add-on

This commit is contained in:
HarveyKandola 2022-01-10 17:01:54 -05:00
parent 5d5e212a6b
commit c31c130ffd
17 changed files with 30 additions and 105 deletions

View file

@ -1,4 +1,3 @@
<div class="avatar" id="avatar-{{refId}}">
<div class="avatar" id="avatar-{{refId}}" title="{{firstname}} {{lastname}}">
{{user-initials firstname lastname}}
{{#attach-tooltip showDelay=1000}}{{firstname}}{{lastname}}{{/attach-tooltip}}
</div>

View file

@ -1,3 +0,0 @@
{{#if tooltip}}
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}}