rework autocomplete: some polishing
This commit is contained in:
parent
01b02dbcaa
commit
ce1faf17d1
5 changed files with 12 additions and 8 deletions
|
@ -16,6 +16,6 @@ function smilies_content(&$a) {
|
|||
json_return_and_die($results);
|
||||
}
|
||||
else {
|
||||
return smilies('',true);
|
||||
return Smilies::replace('',true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue