add autocomplete js to calendar and fix issue with extended likes mid

This commit is contained in:
Mario Vavti
2019-05-14 09:09:48 +02:00
parent 18e4a7ac6e
commit 15a000bb45
2 changed files with 7 additions and 3 deletions

4
view/js/mod_cdav.js Normal file
View File

@@ -0,0 +1,4 @@
$(document).ready(function() {
$('#id_description').editor_autocomplete(baseurl + "/acl");
$('textarea').bbco_autocomplete('bbcode');
});