1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

removed open sans, chasing Code section refresh issue

This commit is contained in:
Harvey Kandola 2017-03-06 18:30:55 +00:00
parent 7e7f63e6f4
commit 2bcef7831d
66 changed files with 243 additions and 18691 deletions

View file

@ -13,6 +13,8 @@ import Ember from 'ember';
export default Ember.Component.extend({
didReceiveAttrs() {
this._super(...arguments);
this.set('rendererType', 'section/' + this.get('page.contentType') + '/type-renderer');
},
}
});