mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 23:03:38 +08:00
Extra comma
This commit is contained in:
parent
c2a66a1b3b
commit
f81b2dc3f2
|
@ -64,10 +64,11 @@ Discourse.PosterExpansionController = Discourse.ObjectController.extend({
|
|||
postStream.toggleParticipant(user.get('username'));
|
||||
this.close();
|
||||
},
|
||||
|
||||
cancelFilter: function() {
|
||||
this.get('postStream').cancelFilter();
|
||||
this.close();
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user