DEV: removes dead coded (#8129)

As per sam:

b9ccf4d09c/app/assets/javascripts/discourse.js 1

We used to put (*) topic title for certain cases, something that we totally stopped doing.
This commit is contained in:
Joffrey JAFFEUX 2019-10-02 12:13:39 -04:00 committed by GitHub
parent 1fdba2c5b2
commit fb66ddf161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default Ember.Mixin.create({
}
} else {
if (!Discourse.hasFocus) {
Discourse.setProperties({ hasFocus: true, notify: false });
Discourse.set("hasFocus", true);
appEvents.trigger("discourse:focus-changed", true);
}
}