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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user