summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/offline.js b/offline.js
index 0050a58be..05c190250 100644
--- a/offline.js
+++ b/offline.js
@@ -377,6 +377,12 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off
if (offset == 0) {
tmp += "</table>";
+
+ if (line_num - offset*30 == 0) {
+ tmp += "<div class='whiteBox'>" +
+ __("No articles found to display.") +
+ "</div>";
+ }
tmp += "</div></div>";
}