diff options
author | marijus <mario@localhost.localdomain> | 2013-11-14 18:03:16 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-14 18:03:16 +0100 |
commit | 3311fe481352e30206c5d9c593f158814be9ca0b (patch) | |
tree | b19cb9b3cd42bd0bfb521e95e2c4cb96f7519acb /include | |
parent | ee629534d5245443152797bae81768680b5dda85 (diff) | |
download | volse-hubzilla-3311fe481352e30206c5d9c593f158814be9ca0b.tar.gz volse-hubzilla-3311fe481352e30206c5d9c593f158814be9ca0b.tar.bz2 volse-hubzilla-3311fe481352e30206c5d9c593f158814be9ca0b.zip |
make autocomplete better themable by adding an id
Diffstat (limited to 'include')
-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' }}); |