]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
Merge pull request #8388 from annando/fetch
[friendica.git] / view / theme / frio / theme.php
index bca18e78def9220cd3b78af06600e5a3195cf4b7..22afbc9a7cf63394680a9d2f4baaf53ae52e113c 100644 (file)
@@ -352,7 +352,7 @@ function frio_display_item(App $a, &$arr)
                $subthread = [
                        'menu'   => 'follow_thread',
                        'title'  => DI::l10n()->t('Follow Thread'),
-                       'action' => 'dosubthread(' . $arr['item']['id'] . '); return false;',
+                       'action' => 'dosubthread(' . $arr['item']['id'] . ');',
                        'href'   => '#'
                ];
        }