streams/view/js/mod_cdav.js

6 lines
196 B
JavaScript
Raw Normal View History

2019-05-13 23:59:50 +00:00
$(document).ready(function() {
// $('form').areYouSure(); // Warn user about unsaved settings
$('textarea').editor_autocomplete(baseurl + "/acl");
$('textarea').bbco_autocomplete('bbcode');
});