From 3311fe481352e30206c5d9c593f158814be9ca0b Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 14 Nov 2013 18:03:16 +0100 Subject: make autocomplete better themable by adding an id --- include/nav.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/nav.php') 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' }}); -- cgit v1.2.3