Typo + comment
This commit is contained in:
parent
885bcb4b2a
commit
f3cd29f829
@ -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(' ','_'); // Is the underscore replacement still needed?
|
||||
$("#photo-edit-newtag").val('@' + data.name.replace(' ','_')); // TODO: Get rid of underscore
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user