mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 06:02:47 +08:00
FIX: Jshint
This commit is contained in:
parent
c5ec6a6f89
commit
0d417611a6
|
@ -592,7 +592,6 @@ export default ObjectController.extend(SelectedPostsCount, BufferedContent, {
|
|||
|
||||
const self = this;
|
||||
this.messageBus.subscribe("/topic/" + this.get('model.id'), function(data) {
|
||||
console.log(data);
|
||||
const topic = self.get('model');
|
||||
|
||||
if (data.notification_level_change) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user