diff --git a/public/javascripts/app/views/stream_view.js b/public/javascripts/app/views/stream_view.js index 7f456a274..0c3b71d74 100644 --- a/public/javascripts/app/views/stream_view.js +++ b/public/javascripts/app/views/stream_view.js @@ -16,7 +16,6 @@ app.views.Stream = Backbone.View.extend({ setupEvents : function(){ this.stream.bind("fetched", this.removeLoader, this) - this.stream.bind("fetched", this.postRender, this) this.stream.bind("allPostsLoaded", this.unbindInfScroll, this) this.collection.bind("add", this.addPost, this); if(window.app.user()) { @@ -53,19 +52,6 @@ app.views.Stream = Backbone.View.extend({ return this; }, - - postRender: function() { - var collElem = $(this.el).find('.collapsible'); - _.each(collElem, function(elem) { - var elem = $(elem), - oembed = elem.find('.oembed'), - thumb = oembed.find('.thumb'); - - if( thumb.length > 0 /*&& oembed.is(':visible')*/ ) { - thumb.show(); - } - }); - }, appendLoader: function(){ $("#paginate").html($("", { diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index b35cc7e87..d96fa4a9d 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -1833,7 +1833,6 @@ ul#press_logos .thumb :position relative - :display none :cursor pointer .video-overlay