From 45a6446d87b7bf0482d9c25a18bb046aea27bdeb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Feb 2009 19:38:33 +0300 Subject: add placeholder view_offline() --- feedlist.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index 05867d7b3..29de567bc 100644 --- a/feedlist.js +++ b/feedlist.js @@ -151,6 +151,9 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off } } + disableContainerChildren("headlinesToolbar", false); + Form.enable("main_toolbar_form"); + var f = document.getElementById("headlines-frame"); try { if (reply.offset == 0) { @@ -241,8 +244,8 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off tmp += ""; - tmp += ""+ rs.fieldByName("title"); -- cgit v1.2.3