mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-19 13:31:12 +02:00
offline: fix bugs caused by recent layout updates
This commit is contained in:
parent
b3af99a0c5
commit
65216276e9
@ -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 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 view_mode = toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value;
|
||||||
|
|
||||||
var limit_qpart = "";
|
var limit_qpart = "";
|
||||||
@ -602,7 +602,6 @@ function init_offline() {
|
|||||||
store.enabled = true;
|
store.enabled = true;
|
||||||
|
|
||||||
Element.hide("dispSwitchPrompt");
|
Element.hide("dispSwitchPrompt");
|
||||||
Element.hide("feedBrowserPrompt");
|
|
||||||
|
|
||||||
Element.hide("topLinksOnline");
|
Element.hide("topLinksOnline");
|
||||||
Element.show("topLinksOffline");
|
Element.show("topLinksOffline");
|
||||||
|
@ -224,7 +224,7 @@
|
|||||||
<option value="score"><?php echo __('Score') ?></option>
|
<option value="score"><?php echo __('Score') ?></option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<button onclick="return viewCurrentFeed('ForceUpdate')">
|
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
|
||||||
<?php echo __('Update') ?></button>
|
<?php echo __('Update') ?></button>
|
||||||
|
|
||||||
<button onclick="return catchupCurrentFeed()">
|
<button onclick="return catchupCurrentFeed()">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user