anrnews
117 Views · 04 Aug 2022
anrnews
133 Views · 30 Jul 2022
John Baker
7 Views · 15 Jul 2022
John Baker
2 Views · 15 Jul 2022
John Baker
6 Views · 13 Jul 2022
John Baker
6 Views · 12 Jul 2022
John Baker
1 Views · 12 Jul 2022
John Baker
5 Views · 11 Jul 2022
John Baker
5 Views · 04 Jul 2022
John Baker
2 Views · 16 Jun 2022
John Baker
3 Views · 08 Jun 2022
John Baker
4 Views · 07 Jun 2022
John Baker
4 Views · 06 Jun 2022
John Baker
7 Views · 04 Jun 2022
John Baker
2 Views · 25 May 2022
John Baker
1 Views · 17 May 2022
John Baker
1 Views · 17 May 2022
John Baker
1 Views · 17 May 2022
John Baker
1 Views · 17 May 2022
John Baker
1 Views · 17 May 2022
Thank You Doctor Bay. Thank you. It is so so so sad to see your colleagues running out of that conference. Seems the oath to do no harm means jack shit to them. They are gagging themselves more than aphra gagging them. Thank you Doctor Bay for holding true to your oath. Its absolute bullshit. We know what this about. But seems your colleagues want to continue with the game. Sad state of affairs indeedy. Well done you.
0 0 Reply
Show more
'+text+'
'); $(button).attr('disabled', true); $.post('https://truthtube.video/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.no-comments-found').length > 0) { $('.no-comments-found').remove(); } $('#comment-textarea').val('').css('height', '49px');; $('#video-user-comments').prepend(data.comment); } else{ $('#live_post_comments_'+video_id).find("[live_comment_id='']").remove(); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://truthtube.video/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top'}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned'}); } $.post('https://truthtube.video/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }