aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2013-07-13 21:42:38 +0200
committergit-marijus <mario@mariovavti.com>2013-07-13 21:42:38 +0200
commit34364fd1ed47dc0f52554916f9e17ac7610d8ca7 (patch)
tree9faee21d006931e584737a8f3acf32dfba1764cf /view
parent33d1736228374d13f70d1cfd158a4e99f00a5cbc (diff)
downloadvolse-hubzilla-34364fd1ed47dc0f52554916f9e17ac7610d8ca7.tar.gz
volse-hubzilla-34364fd1ed47dc0f52554916f9e17ac7610d8ca7.tar.bz2
volse-hubzilla-34364fd1ed47dc0f52554916f9e17ac7610d8ca7.zip
port like button to spin.js
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index e4178eb39..d678bfbee 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -90,7 +90,7 @@
{{if $item.filer}}
<a href="#" id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item filer-icon item-tool" title="{{$item.filer}}"></a>
{{/if}}
- <img id="like-rotator-{{$item.id}}" class="like-rotator" src="images/rotator.gif" alt="{{$item.wait}}" title="{{$item.wait}}" style="display: none;" />
+ <div id="like-rotator-{{$item.id}}" class="like-rotator"></div>
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" >
{{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{/if}}