summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 07:33:32 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 07:33:32 +0100
commit6e6504bc029415d347712da5a0ca4ed39e394cf3 (patch)
tree7af71bfbe6df2d7a1a8a62d63a1be5b220c9e786 /tt-rss.js
parent5f0429a233168c6b1e8b9d75a5f0d590d1ebfba2 (diff)
modify filterCR to call user-specified callback on CR (e.g. for search toolbar)
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
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;
}
+
+