diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-21 09:13:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-21 09:13:14 +0200 |
commit | 7dadbbbac722697ad71130c43b2c9ca6c5e9539a (patch) | |
tree | 90a4570d7744aea503638d5c3a2041a0f6e603c9 /Zotlabs/Module/Pubstream.php | |
parent | 49f7d63290b3520f3758617952b3b59d43abeca1 (diff) | |
download | volse-hubzilla-7dadbbbac722697ad71130c43b2c9ca6c5e9539a.tar.gz volse-hubzilla-7dadbbbac722697ad71130c43b2c9ca6c5e9539a.tar.bz2 volse-hubzilla-7dadbbbac722697ad71130c43b2c9ca6c5e9539a.zip |
bring jot reset to some more places
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php index 571118201..f0ce4749b 100644 --- a/Zotlabs/Module/Pubstream.php +++ b/Zotlabs/Module/Pubstream.php @@ -77,7 +77,8 @@ class Pubstream extends \Zotlabs\Web\Controller { 'editor_autocomplete' => true, 'bbco_autocomplete' => 'bbcode', 'bbcode' => true, - 'jotnets' => true + 'jotnets' => true, + 'reset' => t('Reset form') ); $o = '<div id="jot-popup">'; |