aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/autocomplete.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-01-15 11:38:41 +0100
committerMario <mario@mariovavti.com>2019-01-15 11:38:41 +0100
commit2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c (patch)
tree5c9315c262bead05067f29f4a3194baacdcf3a22 /view/js/autocomplete.js
parenta8a5d2fc4efcc3c38bbde7b5044f5ea38a0f9e89 (diff)
parentc26e112bee8c57c2a9d7d5f6f24ddca8de033c19 (diff)
downloadvolse-hubzilla-2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c.tar.gz
volse-hubzilla-2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c.tar.bz2
volse-hubzilla-2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c.zip
Merge branch 'core_fixes' into 'dev'
Core fixes See merge request hubzilla/core!1470
Diffstat (limited to 'view/js/autocomplete.js')
-rw-r--r--view/js/autocomplete.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js
index 6b77f0631..278a0a176 100644
--- a/view/js/autocomplete.js
+++ b/view/js/autocomplete.js
@@ -216,8 +216,6 @@ function string2bb(element) {
});
textcomplete.register([contacts,forums,smilies,tags]);
});
-
-
};
})( jQuery );