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:32:06 +0200 |
commit | 57602647efe1a3f8ae22651366eaa59b1b1334e8 (patch) | |
tree | b13655c7f147cafaf455444f770f1bb843c99cd7 /Zotlabs | |
parent | 8b5a190d71342cbeac50c42e30cdcef24831b0df (diff) | |
download | volse-hubzilla-57602647efe1a3f8ae22651366eaa59b1b1334e8.tar.gz volse-hubzilla-57602647efe1a3f8ae22651366eaa59b1b1334e8.tar.bz2 volse-hubzilla-57602647efe1a3f8ae22651366eaa59b1b1334e8.zip |
minor js and css changes
Diffstat (limited to 'Zotlabs')
-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 9a36480cc..17d65dbc7 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -743,9 +743,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; |