aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-05 10:44:00 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-05 10:44:00 +0200
commitdcacdd23c87061dc15bd12ed2e959bcbe020c5df (patch)
treee7dcd63bbfdaa6ae564c60d59ef60edf0e6ba7a7 /view
parentbd0959b5a431ceaab694f0236a790116a5e8d556 (diff)
parentfe401203bd33fdb19880420556c8a6b6a371f94e (diff)
downloadvolse-hubzilla-dcacdd23c87061dc15bd12ed2e959bcbe020c5df.tar.gz
volse-hubzilla-dcacdd23c87061dc15bd12ed2e959bcbe020c5df.tar.bz2
volse-hubzilla-dcacdd23c87061dc15bd12ed2e959bcbe020c5df.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rw-r--r--view/js/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js
index 7a1a7673d..07b9bc449 100644
--- a/view/js/autocomplete.js
+++ b/view/js/autocomplete.js
@@ -198,7 +198,7 @@ function string2bb(element) {
// Autocomplete forums
forums = {
- match: /(^|\s)(\!)([^ \n]+)$/,
+ match: /(^|\s)(\!\!*)([^ \n]+)$/,
index: 3,
search: function(term, callback) { contact_search(term, callback, backend_url, 'f', extra_channels, spinelement=false); },
replace: editor_replace,