]> git.mxchange.org Git - friendica.git/commitdiff
remove reminder for deleting rotators in tpl
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Sat, 11 Mar 2023 12:14:30 +0000 (13:14 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Tue, 14 Mar 2023 16:32:11 +0000 (17:32 +0100)
view/theme/frio/js/theme.js

index a1501f138165e13ddf60b6cfc65bae2d96555aac..4d14df57241a8a26dc705379e781f35cfff662bb 100644 (file)
@@ -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);