add autocomplete js to calendar and fix issue with extended likes mid
This commit is contained in:
4
view/js/mod_cdav.js
Normal file
4
view/js/mod_cdav.js
Normal file
@@ -0,0 +1,4 @@
|
||||
$(document).ready(function() {
|
||||
$('#id_description').editor_autocomplete(baseurl + "/acl");
|
||||
$('textarea').bbco_autocomplete('bbcode');
|
||||
});
|
Reference in New Issue
Block a user