]> git.mxchange.org Git - friendica.git/blobdiff - view/conversation.tpl
Diabook - move pause icon.
[friendica.git] / view / conversation.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 43bb1dd..0e14646
@@ -1,3 +1,5 @@
+$live_update
+
 {{ for $threads as $thread }}
 <div id="tread-wrapper-$thread.id" class="tread-wrapper">
        {{ for $thread.items as $item }}
@@ -16,6 +18,8 @@
 </div>
 {{ endfor }}
 
+<div id="conversation-end"></div>
+
 {{ if $dropping }}
 <div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
   <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>