restrict emoji reactions to the top level for now.

This commit is contained in:
redmatrix 2016-06-02 22:12:56 -07:00
parent 7ae376b6cd
commit f8949ed5d1

View File

@ -113,6 +113,7 @@
</button>
{{/if}}
{{if $item.toplevel}}
{{if $item.like}}
<span class="dropdown">
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}">
@ -135,6 +136,7 @@
</ul>
</span>
{{/if}}
{{/if}}