mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
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:
parent
eb029657a1
commit
77498277ee
1 changed files with 2 additions and 0 deletions
|
@ -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': {},
|
||||
|
|
Loading…
Add table
Reference in a new issue