make autocomplete better themable by adding an id
This commit is contained in:
@@ -22,6 +22,7 @@ function nav(&$a) {
|
||||
serviceUrl: '$base/acl',
|
||||
minChars: 2,
|
||||
width: 250,
|
||||
id: 'nav-search-text-ac',
|
||||
});
|
||||
a.setOptions({ autoSubmit: true, params: { type: 'x' }});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user