'$live_update' => $live_update_div,
'$remove' => DI::l10n()->t('remove'),
'$mode' => $mode,
+ '$update' => $update,
'$user' => $a->user,
'$threads' => $threads,
'$dropping' => ($page_dropping ? DI::l10n()->t('Delete Selected Items') : False),
in_progress = false;
update_item = 0;
+ if (data.length < 100) {
+ // console.log('No data ' + data.length + ':' + data);
+ return;
+ }
+ // console.log('Got data: ' + data.length + ':' + data);
+
$('.wall-item-body', data).imagesLoaded(function() {
updateConvItems(data);
-
{{$live_update nofilter}}
-
{{foreach $threads as $thread}}
<div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">
{{foreach $thread.items as $item}}
{{/foreach}}
</div>
{{/foreach}}
-
+{{if !$update}}
<div id="conversation-end"></div>
{{if $dropping}}
</div>
<div id="item-delete-selected-end"></div>
{{/if}}
+{{/if}}
-
{{$live_update nofilter}}
-
{{foreach $threads as $thread}}
{{include file="{{$thread.template}}" item=$thread}}
{{/foreach}}
-
+{{if !$update}}
<div id="conversation-end"></div>
{{if $dropping}}
<img id="item-delete-selected-rotator" class="like-rotator" src="images/rotator.gif" style="display: none;" />
<div id="item-delete-selected-end"></div>
{{/if}}
+{{/if}}
-<script type="text/javascript" src="view/theme/frio/frameworks/jquery-color/jquery.color.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
+{{if !$update}}<script type="text/javascript" src="view/theme/frio/frameworks/jquery-color/jquery.color.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>{{/if}}
{{if $mode == display}}<script type="text/javascript" src="view/theme/frio/js/mod_display.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>{{/if}}
-
{{$live_update nofilter}}
-
{{foreach $threads as $thread}}
<hr class="sr-only" />
<div id="tread-wrapper-{{$thread.uriid}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}} {{$thread.toplevel}} {{$thread.network}} {{if $thread.thread_level==1}}panel-default panel{{/if}} {{if $thread.thread_level!=1}}comment-wrapper{{/if}}" style="{{if $item.thread_level>2}}margin-left: -15px; margin-right:-16px; margin-bottom:-16px;{{/if}}"><!-- panel -->
</div><!--./tread-wrapper-->
{{/foreach}}
-
+{{if !$update}}
<div id="conversation-end"></div>
{{if $dropping}}
</button>
<img id="item-delete-selected-rotator" class="like-rotator" src="images/rotator.gif" style="display: none;" />
{{/if}}
+{{/if}}
{{$live_update nofilter}}
-
{{foreach $threads as $thread}}
<div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">
{{foreach $thread.items as $item}}
{{/foreach}}
</div>
{{/foreach}}
-
+{{if !$update}}
<div id="conversation-end"></div>
{{if $dropping}}
$('#item-'+id).animate(colWhite, 1000).animate(colShiny).animate(colWhite, 2000);
</script>
{{/if}}
-
+{{/if}}
{{$live_update nofilter}}
-
{{foreach $threads as $thread}}
<div id="tread-wrapper-{{$thread.uriid}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}} {{$thread.toplevel}} {{if $thread.toplevel}} h-entry {{else}} u-comment h-cite {{/if}} {{$thread.network}}">
</div>
{{/foreach}}
-
+{{if !$update}}
<div id="conversation-end"></div>
{{if $dropping}}
$('#item-'+id).animate(colWhite, 1000).animate(colShiny).animate(colWhite, 2000);
</script>
{{/if}}
-
+{{/if}}
{{$live_update nofilter}}
-
{{foreach $threads as $thread}}
<hr class="sr-only" />
<div id="tread-wrapper-{{$thread.uriid}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}} {{$thread.toplevel}} {{if $thread.toplevel}}h-entry{{/if}} {{$thread.network}}">
</div>
{{/foreach}}
-
+{{if !$update}}
<div id="conversation-end"></div>
{{if $dropping}}
$('#item-'+id).animate(colWhite, 1000).animate(colShiny).animate(colWhite, 2000);
</script>
{{/if}}
-
+{{/if}}