From 766454a607425d74d90fe0125fcadff5c80a2c58 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Dec 2013 18:59:49 -0800 Subject: 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. --- view/tpl/direntry.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index ae2291d01..e40504c8f 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -7,7 +7,7 @@ -
{{$entry.name}}
+
{{$entry.name}}
{{if $entry.connect}}
{{$entry.conn_label}}
{{/if}} -- cgit v1.2.3