Hopefully this fixes the prefetching bug, since it was likely that scrolls weren't being bound to the iframe container until it loaded.

This commit is contained in:
Samuel Clay 2010-05-10 23:13:32 -04:00
parent eb029657a1
commit 77498277ee

View file

@ -1314,6 +1314,8 @@
var $iframe = this.$story_iframe.contents();
if (!this.flags['iframe_fetching_story_locations']) {
$iframe.unbind('scroll').scroll($.rescope(this.handle_scroll_story_iframe, this));
$.extend(this.cache, {
'iframe_stories': {},
'iframe_story_positions': {},