1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 03:21:30 +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() { function viewModeChanged() {
cache_clear();
return viewCurrentFeed(''); return viewCurrentFeed('');
} }