autocomplete on a class name
This commit is contained in:
@ -29,7 +29,7 @@ $(document).ready(function() {
|
||||
$("time").timeago();
|
||||
|
||||
$('.search_input').DefaultValue('Search');
|
||||
$('#search_input').autocomplete(base_href + '/api/internal/tag_list/complete', {
|
||||
$('.tag_autocomplete').autocomplete(base_href + '/api/internal/tag_list/complete', {
|
||||
width: 320,
|
||||
max: 15,
|
||||
highlight: false,
|
||||
|
Reference in New Issue
Block a user