aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-12 16:11:07 -0700
committerzotlabs <mike@macgirvin.com>2017-08-12 16:11:07 -0700
commitf99b62b5167c5d855b55be451cf54327fc515777 (patch)
tree90b6029578929e43806e4e8ac1489e3a3e5006cd /Zotlabs
parent2f45182b4861397d317080d5a93c87c85866a2d9 (diff)
parent9da1439a4d71f925dcdfabc7882e71a17fe487ba (diff)
downloadvolse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.tar.gz
volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.tar.bz2
volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/ThreadItem.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index 2a9a7e779..ad944203c 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -746,9 +746,9 @@ class ThreadItem {
'$sourceapp' => \App::$sourcename,
'$observer' => get_observer_hash(),
'$anoncomments' => (($conv->get_mode() === 'channel' && perm_is_allowed($conv->get_profile_owner(),'','post_comments')) ? true : false),
- '$anonname' => [ 'anonname', t('Your full name (required)'),'','' ],
- '$anonmail' => [ 'anonmail', t('Your email address (required)'),'','' ],
- '$anonurl' => [ 'anonurl', t('Your website URL (optional)'),'','' ]
+ '$anonname' => [ 'anonname', t('Your full name (required)'),'','','','onBlur="commentCloseUI(this,\'' . $this->get_id() . '\')"' ],
+ '$anonmail' => [ 'anonmail', t('Your email address (required)'),'','','','onBlur="commentCloseUI(this,\'' . $this->get_id() . '\')"' ],
+ '$anonurl' => [ 'anonurl', t('Your website URL (optional)'),'','','','onBlur="commentCloseUI(this,\'' . $this->get_id() . '\')"' ]
));
return $comment_box;