Update view/theme/frio/js/theme.js
removed it. Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
c94b586543
commit
d6fc00c743
|
@ -820,7 +820,8 @@ function doActivityItemAction(ident, verb, un) {
|
|||
// link in share-menu
|
||||
$('a[id^=' + verb + '-' + ident.toString() + ']' )
|
||||
.removeClass('active')
|
||||
.attr('href', 'javascript:doActivityItemAction(' + ident +', "' + verb + '",false )').change();
|
||||
.attr('href', 'javascript:doActivityItemAction(' + ident +', "' + verb + '",false )')
|
||||
.change();
|
||||
$('a[id^=' + verb + '-' + ident.toString() + '] i:first-child' ).addClass('fa-retweet').removeClass('fa-ban');
|
||||
} else {
|
||||
// like/dislike buttons
|
||||
|
|
Loading…
Reference in New Issue
Block a user