aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-21 09:13:14 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-21 09:13:14 +0200
commit7dadbbbac722697ad71130c43b2c9ca6c5e9539a (patch)
tree90a4570d7744aea503638d5c3a2041a0f6e603c9 /Zotlabs/Module/Pubstream.php
parent49f7d63290b3520f3758617952b3b59d43abeca1 (diff)
downloadvolse-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.php3
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">';