mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 14:23:17 +00:00
superblock testing - couple of minor issues
This commit is contained in:
parent
4a400894aa
commit
8188f05a58
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function superblock_item_photo_menu(&$a,&$b) {
|
|||
}
|
||||
}
|
||||
|
||||
$b['menu'][ t('Block Completely')] = 'javascript:superblockBlock(\'' . $author . '\');';
|
||||
$b['menu'][ t('Block Completely')] = 'javascript:superblockBlock(\'' . $author . '\'); return false;';
|
||||
}
|
||||
|
||||
function superblock_module() {}
|
||||
|
|
Loading…
Reference in a new issue