No longer showing ID of users shared to, will show username or nothing
This commit is contained in:
@@ -22,7 +22,7 @@ Template.shareDialog.helpers({
|
||||
});
|
||||
|
||||
Template.shareDialog.events({
|
||||
"input #userNameOrEmailInput, change #userNameOrEmailInput":
|
||||
"input #userNameOrEmailInput":
|
||||
function(event, instance){
|
||||
var userName = instance.find("#userNameOrEmailInput").value;
|
||||
instance.userId.set(undefined);
|
||||
|
||||
Reference in New Issue
Block a user