diff --git a/app/assets/javascripts/app/views/canvas_view.js b/app/assets/javascripts/app/views/canvas_view.js index 48b50b388..006dd68f4 100644 --- a/app/assets/javascripts/app/views/canvas_view.js +++ b/app/assets/javascripts/app/views/canvas_view.js @@ -4,10 +4,12 @@ app.views.Canvas = app.views.Base.extend(_.extend(app.views.infiniteScrollMixin, this.collection = this.stream.items this.postClass = app.views.SmallFrame, this.setupInfiniteScroll() - } -// renderTemplate : function() { + }, + + renderTemplate : function() { + this.postRenderTemplate(); // setTimeout(_.bind(this.mason, this), 1000) -// }, + }, // // mason : function() { // this.$el.isotope({ diff --git a/app/assets/templates/small-frame.jst.hbs b/app/assets/templates/small-frame.jst.hbs index 899f01829..53db96d76 100644 --- a/app/assets/templates/small-frame.jst.hbs +++ b/app/assets/templates/small-frame.jst.hbs @@ -1,6 +1,6 @@
- filler + {{text}}
{{author.name}}