diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-14 23:23:12 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-14 23:23:12 +0100 |
commit | 588d022fbb8490f0531b7e44a6af0b596409dc38 (patch) | |
tree | 0c6971f5c8b41b7e2898297cdbaa4a228486b5e1 /view/js/autocomplete.js | |
parent | 9f9fdc1434b7283171f8d843f225228cdb322115 (diff) | |
download | volse-hubzilla-588d022fbb8490f0531b7e44a6af0b596409dc38.tar.gz volse-hubzilla-588d022fbb8490f0531b7e44a6af0b596409dc38.tar.bz2 volse-hubzilla-588d022fbb8490f0531b7e44a6af0b596409dc38.zip |
provide some info about our contacts - status (archived, hidden, etc.), public forum (like in directory) and show since when we are connected
Diffstat (limited to 'view/js/autocomplete.js')
-rw-r--r-- | view/js/autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 511a7f815..437425a0e 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -196,4 +196,4 @@ function submit_form(e) { if(typeof onselect !== 'undefined') a.on('textComplete:select', function(e, value, strategy) { onselect(value); }); }; -})( jQuery );
\ No newline at end of file +})( jQuery ); |