]> git.mxchange.org Git - friendica.git/commitdiff
remove unused selector
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Tue, 14 Mar 2023 15:55:10 +0000 (16:55 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Tue, 14 Mar 2023 16:33:51 +0000 (17:33 +0100)
was there for historical reasons... :/

view/theme/frio/js/theme.js

index d1ec22c5bcda1ea2c76f72ab2936a74af3667c41..3ae76dbf55bc714a441c77daafa168d98759d3ed 100644 (file)
@@ -788,8 +788,6 @@ function doActivityItemAction(ident, verb, un) {
                                .attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
                                .addClass('fa')
                                .appendTo($('button[id^=shareMenuOptions-' + ident.toString() + '] i:first-child' ));
-               } else {
-                       $('<img>').attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
                }
        }
        $('button[id^=' + verb + '-' + ident.toString() + '] i:first-child').removeClass(thumbsClass);
@@ -799,11 +797,7 @@ function doActivityItemAction(ident, verb, un) {
                        .attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
                        .addClass('fa')
                        .appendTo($('button[id^=' + verb + '-' + ident.toString() + '] i:first-child'));
-       } else {
-               // show existing rotator for activity
-               $('img[id^=waitfor-' + verb + '-' + ident.toString() + ']')
        }
-
        // do request for activity
        $.post('item/' + ident.toString() + '/activity/' + _verb)
        .success(function(data){