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

@@ -1,3 +1,4 @@
$(document).ready(function() {
$('form').areYouSure(); // Warn user about unsaved settings
$('textarea').bbco_autocomplete('bbcode');
});