Merge pull request #143 from simonlnu/master
make auto-complete in darkzero-NS.
This commit is contained in:
commit
8af36b92bb
|
@ -52,6 +52,9 @@ $('.savedsearchterm').hover(
|
|||
$('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');}
|
||||
);
|
||||
|
||||
// make auto-complete work in more places
|
||||
$(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user