1
0
Fork 0

bug #540 and hush up a couple of log messages that are way too verbose

This commit is contained in:
friendica 2013-04-28 04:30:20 -07:00
commit 61a0f9c196
5 changed files with 11 additions and 11 deletions

View file

@ -75,11 +75,11 @@
{{if $item.vote.dislike}}
<a href="#" id="dislike-{{$item.id}}" class="icon dislike" title="{{$item.vote.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false"></a>
{{/if}}
{{/if}}
{{if $item.vote.share}}
{{if $item.vote.share}}
<a href="#" id="share-{{$item.id}}" class="icon recycle" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false"></a>
{{/if}}
{{/if}}
{{/if}}
{{if $item.star}}