return false

darcs-hash:20080709072244-84dde-c7df8dbdf69b1307f7a41d45cde612a32f542ee2.gz
This commit is contained in:
Evan Prodromou 2008-07-09 03:22:44 -04:00
parent a7db6216fa
commit 279cb255c8
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class StreamAction extends Action {
common_element('a',
array('href' => common_local_url('newnotice',
array('replyto' => $profile->nickname)),
'onclick' => 'doreply("'.$profile->nickname.'")',
'onclick' => 'doreply("'.$profile->nickname.'"); return false',
'title' => _t('reply'),
'class' => 'replybutton'),
_t('↺'));