From 3c2d7945ae04e219eaa6206c745e314b1492e574 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 23 Feb 2008 06:44:13 +0100 Subject: invalidate local cache when view mode/limit is changed --- tt-rss.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index 4ad0a09bc..e491cc717 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -178,7 +178,7 @@ window.onload = init; - @@ -202,7 +202,7 @@ window.onload = init; } print_select_hash("limit", $def_art_limit, $limits, - 'onchange="viewCurrentFeed(0, \'\')"'); + 'onchange="viewLimitChanged()"'); ?> -- cgit v1.2.3-54-g00ecf