make autocomplete better themable by adding an id
This commit is contained in:
@@ -4,6 +4,7 @@ $(document).ready(function() {
|
||||
serviceUrl: baseurl + '/search_ac',
|
||||
minChars: 2,
|
||||
width: 250,
|
||||
id: 'search-text-ac',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user