mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 05:41:15 +08:00
FEATURE: Use virtual dom framework for faster post rendering
This commit is contained in:
@ -41,7 +41,6 @@ function acceptance(name, options) {
|
||||
Discourse.Utilities.avatarImg = () => "";
|
||||
|
||||
// For now don't do scrolling stuff in Test Mode
|
||||
Ember.CloakedCollectionView.scrolled = Ember.K;
|
||||
HeaderView.reopen({examineDockHeader: Ember.K});
|
||||
|
||||
var siteJson = siteFixtures['site.json'].site;
|
||||
|
Reference in New Issue
Block a user