diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index f40c8d3069..a1501f1381 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -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() + $('').attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'}) } } $('button[id^=' + verb + '-' + ident.toString() + '] i:first-child').removeClass(thumbsClass);