mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
firefox used to display "loading..." on back sometimes
This commit is contained in:
parent
58dbfa1b91
commit
7276542231
|
@ -111,6 +111,9 @@ Discourse.TopicView = Discourse.View.extend(Discourse.Scrolling, {
|
|||
|
||||
this.set('screenTrack', null);
|
||||
this.resetExamineDockCache();
|
||||
|
||||
// this happens after route exit, stuff could have trickled in
|
||||
this.set('controller.controllers.header.showExtraInfo', false)
|
||||
},
|
||||
|
||||
didInsertElement: function(e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user