]> git.mxchange.org Git - friendica.git/commitdiff
remove unneeded "false"
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Thu, 23 Mar 2023 22:27:13 +0000 (23:27 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Thu, 23 Mar 2023 22:27:13 +0000 (23:27 +0100)
view/theme/frio/js/theme.js

index 715d3b77304d31549330ea3487cf958a712e528c..9c9cf02863257c7117ae86d36abd76964cf0fcf7 100644 (file)
@@ -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')