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('');
}