1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 19:21:29 +00:00

offline: fix bugs caused by recent layout updates

This commit is contained in:
Andrew Dolgov
2010-01-15 14:02:14 +03:00
parent b3af99a0c5
commit 65216276e9
2 changed files with 2 additions and 3 deletions

View File

@@ -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");