diff options
author | Mario <mario@mariovavti.com> | 2023-10-12 08:39:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-12 08:39:18 +0000 |
commit | 763b69bf5be8c907cc55dfbab5453fd36b86fc04 (patch) | |
tree | 41f9ab044f0971bad6e64060d275f34bd86f33f3 /Zotlabs/Module/Rpost.php | |
parent | 2f2e353ecef52639a78cac3bc407ccfe64197ac9 (diff) | |
download | volse-hubzilla-763b69bf5be8c907cc55dfbab5453fd36b86fc04.tar.gz volse-hubzilla-763b69bf5be8c907cc55dfbab5453fd36b86fc04.tar.bz2 volse-hubzilla-763b69bf5be8c907cc55dfbab5453fd36b86fc04.zip |
enable reset button in mod rpost
Diffstat (limited to 'Zotlabs/Module/Rpost.php')
-rw-r--r-- | Zotlabs/Module/Rpost.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Rpost.php b/Zotlabs/Module/Rpost.php index 5c417daf2..23324ee3a 100644 --- a/Zotlabs/Module/Rpost.php +++ b/Zotlabs/Module/Rpost.php @@ -206,7 +206,8 @@ class Rpost extends \Zotlabs\Web\Controller { 'bbco_autocomplete' => 'bbcode', 'editor_autocomplete' => true, 'bbcode' => true, - 'jotnets' => true + 'jotnets' => true, + 'reset' => t('Reset form') ); $a = ''; |