1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

modify filterCR to call user-specified callback on CR (e.g. for search toolbar)

This commit is contained in:
Andrew Dolgov
2006-10-01 07:33:32 +01:00
parent 5f0429a233
commit 6e6504bc02
4 changed files with 22 additions and 12 deletions
+2
View File
@@ -569,3 +569,5 @@ function userSwitch() {
var user = chooser[chooser.selectedIndex].value;
window.location = "tt-rss.php?swu=" + user;
}