diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-12 22:29:57 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-12 22:29:57 +0200 |
commit | 4848dc5ec8f943348f5263632ea24990fdef6a77 (patch) | |
tree | 117a21adb946c8d50f11b7322acd71f31deebb7a /Zotlabs/Lib/ThreadItem.php | |
parent | ff1d900ccb8455ef5f7dae50169283c72bf5d51e (diff) | |
download | volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.tar.gz volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.tar.bz2 volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.zip |
minor js and css changes
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 6 |
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; |