add editor autocompleters on cards page
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
$(document).ready( function() {
|
$(document).ready( function() {
|
||||||
$(".autotime").timeago();
|
$(".autotime").timeago();
|
||||||
|
|
||||||
|
/* autocomplete @nicknames */
|
||||||
|
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
|
||||||
|
/* autocomplete bbcode */
|
||||||
|
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
|
||||||
|
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user