From 15a000bb4554b0dee168eb595c9390a555c59f74 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 14 May 2019 09:09:48 +0200 Subject: add autocomplete js to calendar and fix issue with extended likes mid --- view/js/mod_cdav.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 view/js/mod_cdav.js (limited to 'view/js') diff --git a/view/js/mod_cdav.js b/view/js/mod_cdav.js new file mode 100644 index 000000000..31ce87f7a --- /dev/null +++ b/view/js/mod_cdav.js @@ -0,0 +1,4 @@ +$(document).ready(function() { + $('#id_description').editor_autocomplete(baseurl + "/acl"); + $('textarea').bbco_autocomplete('bbcode'); +}); -- cgit v1.2.3