aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_sources.js
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-07 21:32:17 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-07 21:32:17 +0100
commitd7a3d9f60654a721cb00d78dd653fd56e4e9fb53 (patch)
treebd40ad4db6a69af5daf680ddbe851a524e4aa903 /view/js/mod_sources.js
parentfcc9131fb9b1a0c115823c42a0828ce25670b215 (diff)
downloadvolse-hubzilla-d7a3d9f60654a721cb00d78dd653fd56e4e9fb53.tar.gz
volse-hubzilla-d7a3d9f60654a721cb00d78dd653fd56e4e9fb53.tar.bz2
volse-hubzilla-d7a3d9f60654a721cb00d78dd653fd56e4e9fb53.zip
Add autosubmit feature to textcomplete based autocompleter
Diffstat (limited to 'view/js/mod_sources.js')
-rw-r--r--view/js/mod_sources.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_sources.js b/view/js/mod_sources.js
index add8ac15e..1bbf89765 100644
--- a/view/js/mod_sources.js
+++ b/view/js/mod_sources.js
@@ -1,6 +1,6 @@
$(document).ready(function() {
$(document).ready(function() {
- $("#id_name").contact_autocomplete(baseurl + '/acl', 'a', function(data) {
+ $("#id_name").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) {
$("#id_abook").val(data.id);
});
});