firefox used to display "loading..." on back sometimes

This commit is contained in:
Sam 2013-05-01 09:49:28 +10:00
parent 58dbfa1b91
commit 7276542231

View File

@ -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) {