diff options
| author | 2016-10-08 21:45:47 +0200 | |
|---|---|---|
| committer | 2016-10-08 21:45:47 +0200 | |
| commit | 6bc37cef47b41821055fc9e2c1ecb0ffbcc5d0d3 (patch) | |
| tree | 9519b3798c6d2f76b9e5625cb87a2a472bdda181 /p | |
| parent | 8e5221c6f25deffbe62245024283604b7fa038b2 (diff) | |
W3C resource-priorities have been abandonned
https://github.com/FreshRSS/FreshRSS/issues/1222
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 2ebd09bcb..3c0a36629 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1027,12 +1027,6 @@ freshrssLoadMoreEvent.initEvent('freshrss:load-more', true, true); function init_load_more(box) { box_load_more = box; - if (!context.does_lazyload) { - $('img[postpone], audio[postpone], iframe[postpone], video[postpone]').each(function () { - this.removeAttribute('postpone'); - }); - } - document.body.dispatchEvent(freshrssLoadMoreEvent); var $next_link = $("#load_more"); |
