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:
friendica 2013-12-23 18:59:49 -08:00
parent b08d4cc1fe
commit 766454a607

View File

@ -7,7 +7,7 @@
</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}}
<div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div>
{{/if}}