]> git.wh0rd.org - tt-rss.git/blobdiff - viewfeed.js
add low bandwidth mode (less automatic requests in the background)
[tt-rss.git] / viewfeed.js
index 758fa6ad94ff61bd3822e600bf8b1809b62582c5..6e788cff324de4428c752af356bd7a54d96e1a1f 100644 (file)
@@ -1562,6 +1562,8 @@ function preload_article_callback(transport) {
 
 function preloadArticleUnderPointer(id) {
        try {
+               if (getInitParam("bw_limit") == "1") return;
+
                if (post_under_pointer == id && !cache_check(id)) {
 
                        debug("trying to preload article " + id);