aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-14 15:06:21 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-14 15:06:21 +0100
commitc26e112bee8c57c2a9d7d5f6f24ddca8de033c19 (patch)
tree2190216e5bbcc349f98cd6bb58848dbf52be0b5b /view
parent7daf18b0771abbc483edf3e85c30c5df8bc82839 (diff)
downloadvolse-hubzilla-c26e112bee8c57c2a9d7d5f6f24ddca8de033c19.tar.gz
volse-hubzilla-c26e112bee8c57c2a9d7d5f6f24ddca8de033c19.tar.bz2
volse-hubzilla-c26e112bee8c57c2a9d7d5f6f24ddca8de033c19.zip
whitespace
Diffstat (limited to 'view')
-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 );