From: Andrew Dolgov Date: Fri, 15 Jan 2010 11:02:14 +0000 (+0300) Subject: offline: fix bugs caused by recent layout updates X-Git-Tag: 1.4.0~28 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=65216276e9b65d39d374490ebff4793f7c724c53;p=tt-rss.git offline: fix bugs caused by recent layout updates --- diff --git a/offline.js b/offline.js index ca2ae099..a2fe63c7 100644 --- a/offline.js +++ b/offline.js @@ -211,7 +211,7 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off var toolbar_form = document.forms["main_toolbar_form"]; - var limit = toolbar_form.limit[toolbar_form.limit.selectedIndex].value; + //var limit = toolbar_form.limit[toolbar_form.limit.selectedIndex].value; var view_mode = toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value; var limit_qpart = ""; @@ -602,7 +602,6 @@ function init_offline() { store.enabled = true; Element.hide("dispSwitchPrompt"); - Element.hide("feedBrowserPrompt"); Element.hide("topLinksOnline"); Element.show("topLinksOffline"); diff --git a/tt-rss.php b/tt-rss.php index 0d3186d3..aa3d70e1 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -224,7 +224,7 @@ -