aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_connections.js
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-11-14 18:03:16 +0100
committermarijus <mario@localhost.localdomain>2013-11-14 18:03:16 +0100
commit3311fe481352e30206c5d9c593f158814be9ca0b (patch)
treeb19cb9b3cd42bd0bfb521e95e2c4cb96f7519acb /view/js/mod_connections.js
parentee629534d5245443152797bae81768680b5dda85 (diff)
downloadvolse-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_connections.js')
-rw-r--r--view/js/mod_connections.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js
index ed1577792..404010636 100644
--- a/view/js/mod_connections.js
+++ b/view/js/mod_connections.js
@@ -3,7 +3,8 @@ $(document).ready(function() {
a = $("#contacts-search").autocomplete({
serviceUrl: baseurl + '/acl',
minChars: 2,
- width: 350,
+ width: 250,
+ id: 'contact-search-ac',
});
a.setOptions({ autoSubmit: true, params: { type: 'a' }});