That's way too wide for the sidebar

This commit is contained in:
friendica 2013-10-01 20:53:25 -07:00
parent 7b6530fed5
commit f3141bed6b

View File

@ -3,7 +3,7 @@ $(document).ready(function() {
a = $("#search-text").autocomplete({ a = $("#search-text").autocomplete({
serviceUrl: baseurl + '/search_ac', serviceUrl: baseurl + '/search_ac',
minChars: 2, minChars: 2,
width: 350, width: 250,
}); });
}); });