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:
parent
1fdba2c5b2
commit
fb66ddf161
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue