1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

clear cache in viewModeChanged()

This commit is contained in:
Andrew Dolgov
2012-09-03 10:29:49 +04:00
parent 5574b09ec2
commit 4f79e9aa65

View File

@@ -566,6 +566,7 @@ function collapse_feedlist() {
}
function viewModeChanged() {
cache_clear();
return viewCurrentFeed('');
}