aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_events.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-09 09:24:14 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-09 09:24:14 +0200
commit7690dca67b6574cd5b6ffcc59b1c8c6b2df5d54e (patch)
treebbd1f2d6b16672c6b2df34965023f4f0519d9156 /view/js/mod_events.js
parent9b66b5eee37c1a3958d9ddccb9c1a06ac7ef49ce (diff)
downloadvolse-hubzilla-7690dca67b6574cd5b6ffcc59b1c8c6b2df5d54e.tar.gz
volse-hubzilla-7690dca67b6574cd5b6ffcc59b1c8c6b2df5d54e.tar.bz2
volse-hubzilla-7690dca67b6574cd5b6ffcc59b1c8c6b2df5d54e.zip
enable bbcode autocomplete for other places
Diffstat (limited to 'view/js/mod_events.js')
-rw-r--r--view/js/mod_events.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/js/mod_events.js b/view/js/mod_events.js
index 0b7b3d24c..74b811dd6 100644
--- a/view/js/mod_events.js
+++ b/view/js/mod_events.js
@@ -3,9 +3,8 @@
*/
$(document).ready( function() {
-
enableDisableFinishDate();
-
+ $('#comment-edit-text-desc, #comment-edit-text-loc').bbco_autocomplete('bbcode');
});
function enableDisableFinishDate() {