first thing to make it less annoying is to only popup if you click. Will improve on it later - but this gives us something we can test to improve the popup contents.
This commit is contained in:
parent
b08d4cc1fe
commit
766454a607
@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contact-name" id="directory-name-{{$entry.id}}" ><span onmouseover="dirdetails('{{$entry.hash}}');" class="fakelink" >{{$entry.name}}</span></div>
|
<div class="contact-name" id="directory-name-{{$entry.id}}" ><span onclick="dirdetails('{{$entry.hash}}');" class="fakelink" >{{$entry.name}}</span></div>
|
||||||
{{if $entry.connect}}
|
{{if $entry.connect}}
|
||||||
<div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div>
|
<div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user