diff options
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index a16d8d078..51c1cc583 100644 --- a/include/nav.php +++ b/include/nav.php @@ -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' }}); |