From: Jakobus Schürz Date: Sat, 11 Mar 2023 12:14:30 +0000 (+0100) Subject: remove reminder for deleting rotators in tpl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd2cd8dd4cbfcb9035fb209ef00388c730d050e8;p=friendica.git remove reminder for deleting rotators in tpl --- diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index a1501f1381..4d14df5724 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -776,8 +776,6 @@ function doActivityItemAction(ident, verb, un) { case 'announce': thumbsClass = 'fa-retweet'; } - // remindert to remove the like-rotator from templates - //$('#like-rotator-' + ident.toString()).show(); if (verb.indexOf('announce') === 0 ) { // Share-Button(s) // remove share-symbol, to replace it by rotator @@ -858,8 +856,6 @@ function doActivityItemAction(ident, verb, un) { }) .error(function(data){ /* Server could not be reaches successfully */ - // remindert to remove the like-rotator from templates - //$('#like-rotator-' + ident.toString()).hide(); $('img[id^=waitfor-' + verb + '-' + ident.toString() + ']').remove(); $('button[id^=shareMenuOptions-' + ident.toString() + '] i:first-child').addClass('fa-share'); $('button[id^=' + verb + '-' + ident.toString() + '] i:first-child').addClass(thumbsClass);