mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-09 10:21:34 +00:00
invalidate local cache when view mode/limit is changed
This commit is contained in:
@@ -178,7 +178,7 @@ window.onload = init;
|
||||
<?php } ?>
|
||||
|
||||
<?php echo __('View:') ?>
|
||||
<select name="view_mode" onchange="viewCurrentFeed(0, '')">
|
||||
<select name="view_mode" onchange="viewModeChanged()">
|
||||
<option selected value="adaptive"><?php echo __('Adaptive') ?></option>
|
||||
<option value="all_articles"><?php echo __('All Articles') ?></option>
|
||||
<option value="marked"><?php echo __('Starred') ?></option>
|
||||
@@ -202,7 +202,7 @@ window.onload = init;
|
||||
}
|
||||
|
||||
print_select_hash("limit", $def_art_limit, $limits,
|
||||
'onchange="viewCurrentFeed(0, \'\')"');
|
||||
'onchange="viewLimitChanged()"');
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user