]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/conversation.tpl
Merge pull request #13758 from Raroun/frio_More_space_between_photo_permissions_and_s...
[friendica.git] / view / theme / quattro / templates / conversation.tpl
index ce89d579ead49e867d09aa7f01dd40c304d64c98..7e7f8cea89e6a46e7886e698432a0f7be29887e8 100644 (file)
@@ -1,5 +1,4 @@
 {{$live_update nofilter}}
-
 {{foreach $threads as $thread}}
 <div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">
        {{foreach $thread.items as $item}}
@@ -23,7 +22,7 @@
        {{/foreach}}
 </div>
 {{/foreach}}
-
+{{if !$update}}
 <div id="conversation-end"></div>
 
 {{if $dropping}}
@@ -46,4 +45,4 @@
     $('#item-'+id).animate(colWhite, 1000).animate(colShiny).animate(colWhite, 2000);
 </script>
 {{/if}}
-
+{{/if}}