mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Forgot to also set a flag that preventing the next page from prefetching.
This commit is contained in:
parent
d68e0c88bc
commit
19c7d6c6fd
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue