enable bbcode autocomplete for other places

This commit is contained in:
Mario Vavti
2016-04-09 09:24:14 +02:00
parent 9b66b5eee3
commit 7690dca67b
5 changed files with 8 additions and 2 deletions

View File

@@ -15,4 +15,7 @@ $(document).ready(function() {
$('#jot-public').show();
}
}).trigger('change');
$('#chatText').bbco_autocomplete('bbcode');
});