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 /view/js/mod_network.js | |
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 'view/js/mod_network.js')
-rw-r--r-- | view/js/mod_network.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/mod_network.js b/view/js/mod_network.js index ca910ae52..f63a57653 100644 --- a/view/js/mod_network.js +++ b/view/js/mod_network.js @@ -4,6 +4,7 @@ $(document).ready(function() { serviceUrl: baseurl + '/search_ac', minChars: 2, width: 250, + id: 'search-text-ac', }); }); |