mirror of
https://github.com/friendica/friendica
synced 2025-01-03 20:42:19 +00:00
remove unneeded "false"
This commit is contained in:
parent
33a7cd107e
commit
20873323ba
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ function doActivityItemAction(ident, verb, un) {
|
||||||
// like/dislike buttons
|
// like/dislike buttons
|
||||||
$('button[id^=' + verb + '-' + ident.toString() + ']' )
|
$('button[id^=' + verb + '-' + ident.toString() + ']' )
|
||||||
.removeClass('active')
|
.removeClass('active')
|
||||||
.attr('onclick', 'doActivityItemAction(' + ident +', "' + verb + '",false )');
|
.attr('onclick', 'doActivityItemAction(' + ident +', "' + verb + '")');
|
||||||
// link in share-menu
|
// link in share-menu
|
||||||
$('a[id^=' + verb + '-' + ident.toString() + ']' )
|
$('a[id^=' + verb + '-' + ident.toString() + ']' )
|
||||||
.removeClass('active')
|
.removeClass('active')
|
||||||
|
|
Loading…
Reference in a new issue