diff options
author | friendica <info@friendica.com> | 2015-01-12 11:26:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-12 11:26:11 -0800 |
commit | 9fc9af87e375e65a2bdee4d3c4009df9ed52b4aa (patch) | |
tree | c852e9ee19eb6fabd537cde5f407f1e237502b6a /view | |
parent | 962c6207ae0091dd447e2e6d9db3c997b6613cf4 (diff) | |
parent | a0134de28abdaf820d14a161a05578c16911cdbd (diff) | |
download | volse-hubzilla-9fc9af87e375e65a2bdee4d3c4009df9ed52b4aa.tar.gz volse-hubzilla-9fc9af87e375e65a2bdee4d3c4009df9ed52b4aa.tar.bz2 volse-hubzilla-9fc9af87e375e65a2bdee4d3c4009df9ed52b4aa.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rw-r--r-- | view/js/mod_photos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index 4c724c5e1..0526fd1e6 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -4,7 +4,7 @@ var ispublic = aStr['everybody']; $(document).ready(function() { $(document).ready(function() { $("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'p', false, function(data) { - $("#photo-edit-newtag").val('@' + data.name.replace(' ','_')); // TODO: Get rid of underscore + $("#photo-edit-newtag").val('@' + data.name); }); }); |