Skip to content

Commit

Permalink
Fixed bug causing thumbnails to be loaded twice
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositry committed Nov 2, 2014
1 parent 8e78633 commit 7c52edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion partials/loop.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
var mq = window.matchMedia( "(min-width: 500px)" );
if (mq.matches){
var thumbnailContainer = document.getElementById('{{url}}-post-thumbnail')
thumbnailContainer.innerHTML = "<img src='{{image}}' alt='{{title}}' />";
if (!String.prototype.contains) {
String.prototype.contains = function(s) {
Expand Down

0 comments on commit 7c52edd

Please sign in to comment.