]> git.mxchange.org Git - friendica.git/commitdiff
Update view/theme/frio/js/theme.js
authorxundeenergie <jakob@xundeenergie.at>
Sat, 11 Mar 2023 12:11:48 +0000 (13:11 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Tue, 14 Mar 2023 16:32:11 +0000 (17:32 +0100)
in this case, the img[id^=waitfor... .show() shows existing image-containers. All of them which exist.

Because there can be more than one. And this filter just shows them.
adding another rotator with your suggestion can lead to 2 or more rotators on a button.

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
view/theme/frio/js/theme.js

index f40c8d30691e1d9280ad41c8aa21750571c67fbc..a1501f138165e13ddf60b6cfc65bae2d96555aac 100644 (file)
@@ -791,7 +791,7 @@ function doActivityItemAction(ident, verb, un) {
                                .addClass('fa')
                                .appendTo($('button[id^=shareMenuOptions-' + ident.toString() + '] i:first-child' )).show();
                } else {
-                       $('img[id^=waitfor-' + verb + '-' + ident.toString() + ']').show()
+                       $('<img>').attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
                }
        }
        $('button[id^=' + verb + '-' + ident.toString() + '] i:first-child').removeClass(thumbsClass);