Forgot to also set a flag that preventing the next page from prefetching.

This commit is contained in:
Samuel Clay 2010-04-27 17:47:09 -04:00
parent d68e0c88bc
commit 19c7d6c6fd

View file

@ -608,7 +608,8 @@
}
if (this.flags['iframe_prefetching_story_locations']) {
var stories_count = this.cache['iframe_story_positions_keys'].length;
this.prefetch_story_locations_in_story_frame(stories_count+1);
this.flags.story_frame_prefetched = false;
this.prefetch_story_locations_in_story_frame(stories_count);
}
}
},