diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:58:32 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:58:32 -0700 |
commit | 2fe3d16bbed892b2c1287ba876ae54ff502edbad (patch) | |
tree | 2732d7fd9e57760665815c770a9bf5e4d4812726 /view/js/mod_mail.js | |
parent | 2844f276b9af6154e36706b7fe53438352493d58 (diff) | |
parent | c42dcd5ac9c63cd42c7af1b2765dd33e7e9f5d6d (diff) | |
download | volse-hubzilla-2fe3d16bbed892b2c1287ba876ae54ff502edbad.tar.gz volse-hubzilla-2fe3d16bbed892b2c1287ba876ae54ff502edbad.tar.bz2 volse-hubzilla-2fe3d16bbed892b2c1287ba876ae54ff502edbad.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/js/mod_mail.js')
-rw-r--r-- | view/js/mod_mail.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/mod_mail.js b/view/js/mod_mail.js index 16e06e6f5..704d0a460 100644 --- a/view/js/mod_mail.js +++ b/view/js/mod_mail.js @@ -2,5 +2,4 @@ $(document).ready(function() { $("#recip").contact_autocomplete(baseurl + '/acl', '', false, function(data) { $("#recip-complete").val(data.xid); }); - }); |