diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 715d3b7730..9c9cf02863 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -821,7 +821,7 @@ function doActivityItemAction(ident, verb, un) { // like/dislike buttons $('button[id^=' + verb + '-' + ident.toString() + ']' ) .removeClass('active') - .attr('onclick', 'doActivityItemAction(' + ident +', "' + verb + '",false )'); + .attr('onclick', 'doActivityItemAction(' + ident +', "' + verb + '")'); // link in share-menu $('a[id^=' + verb + '-' + ident.toString() + ']' ) .removeClass('active')