mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 09:04:46 +08:00
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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user