diff options
author | Mario <mario@mariovavti.com> | 2020-12-18 13:26:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-18 13:26:51 +0000 |
commit | 8640e6d1df1004191a1cac9a2d894c73aa06f84a (patch) | |
tree | eb67e4be49b01c3f62f470f67c29d150a748a009 /view/js/autocomplete.js | |
parent | 801583fd072e8ebe06fa6aeb97d9dd78785a6f39 (diff) | |
download | volse-hubzilla-8640e6d1df1004191a1cac9a2d894c73aa06f84a.tar.gz volse-hubzilla-8640e6d1df1004191a1cac9a2d894c73aa06f84a.tar.bz2 volse-hubzilla-8640e6d1df1004191a1cac9a2d894c73aa06f84a.zip |
deprecate ! and !! forum tags
Diffstat (limited to 'view/js/autocomplete.js')
-rw-r--r-- | view/js/autocomplete.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 27011b4d4..dc757d5c8 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -171,6 +171,7 @@ function string2bb(element) { template: contact_format }; +/* // Autocomplete forums forums = { match: /(^|\s)(\!\!*)([^ \n]{2,})$/, @@ -180,7 +181,7 @@ function string2bb(element) { replace: editor_replace, template: contact_format }; - +*/ // Autocomplete hashtags tags = { |