Skip to content

Commit

Permalink
Fix wrong overlay sizing when loading from cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoereth committed Jul 21, 2015
1 parent b44ac7e commit dc1f362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/frontend.js
Expand Up @@ -173,6 +173,7 @@ var initFeaturedVideoPlus;
} else {
// From cache
$('#DOMWindow').html( cache[id] );
sizeLocal();
$(window).trigger('scroll');
}
}
Expand Down

0 comments on commit dc1f362

Please sign in to comment.