From: Jakobus Schürz Date: Thu, 23 Mar 2023 22:27:13 +0000 (+0100) Subject: remove unneeded "false" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20873323ba5e2dfaee1a5f06bfbd0c3442723daa;p=friendica.git remove unneeded "false" --- 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')