From 6e6504bc029415d347712da5a0ca4ed39e394cf3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 07:33:32 +0100 Subject: modify filterCR to call user-specified callback on CR (e.g. for search toolbar) --- tt-rss.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 2bd5068df..0e3ddb797 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -569,3 +569,5 @@ function userSwitch() { var user = chooser[chooser.selectedIndex].value; window.location = "tt-rss.php?swu=" + user; } + + -- cgit v1.2.3-54-g00ecf