aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-12-18 13:26:51 +0000
committerMario <mario@mariovavti.com>2020-12-18 13:26:51 +0000
commit8640e6d1df1004191a1cac9a2d894c73aa06f84a (patch)
treeeb67e4be49b01c3f62f470f67c29d150a748a009 /view/js
parent801583fd072e8ebe06fa6aeb97d9dd78785a6f39 (diff)
downloadvolse-hubzilla-8640e6d1df1004191a1cac9a2d894c73aa06f84a.tar.gz
volse-hubzilla-8640e6d1df1004191a1cac9a2d894c73aa06f84a.tar.bz2
volse-hubzilla-8640e6d1df1004191a1cac9a2d894c73aa06f84a.zip
deprecate ! and !! forum tags
Diffstat (limited to 'view/js')
-rw-r--r--view/js/autocomplete.js3
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 = {