summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 758fa6ad9..6e788cff3 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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);