diff options
author | friendica <info@friendica.com> | 2013-12-07 22:46:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-07 22:46:52 -0800 |
commit | d6d6387a7b788165ffb0a46703252271d546bd8a (patch) | |
tree | d17e0740bae8c8d6d34ff48a7d39cad1ba6fffbe /view | |
parent | 48c650c715dde9ab7f748b4ba9a82bd2e51e8eb2 (diff) | |
download | volse-hubzilla-d6d6387a7b788165ffb0a46703252271d546bd8a.tar.gz volse-hubzilla-d6d6387a7b788165ffb0a46703252271d546bd8a.tar.bz2 volse-hubzilla-d6d6387a7b788165ffb0a46703252271d546bd8a.zip |
typo in mod_poke.js
Diffstat (limited to 'view')
-rw-r--r-- | view/js/mod_poke.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_poke.js b/view/js/mod_poke.js index edd53bb6a..78972888f 100644 --- a/view/js/mod_poke.js +++ b/view/js/mod_poke.js @@ -4,7 +4,7 @@ $(document).ready(function() { serviceUrl: baseurl + '/acl', minChars: 2, width: 250, - id: 'poke-recip-ac'; + id: 'poke-recip-ac', onSelect: function(value,data) { $("#poke-recip-complete").val(data); } |