]> git.mxchange.org Git - friendica-addons.git/commitdiff
superblock testing - couple of minor issues
authorfriendica <info@friendica.com>
Mon, 29 Apr 2013 04:50:24 +0000 (21:50 -0700)
committerfriendica <info@friendica.com>
Mon, 29 Apr 2013 04:50:24 +0000 (21:50 -0700)
superblock/superblock.php

index 41abb47146d0534953fb00c2261fd147b9d00948..420db76c691b3e5ec7a0f6ffae45738c791db835 100755 (executable)
@@ -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() {}