From 461766f33ef735eca51d0bf63fa1557c59aa5451 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 05:05:12 +0100 Subject: add debug mode only fast user switcher --- tt-rss.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index ed0f17924..2bd5068df 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -564,3 +564,8 @@ function catchupCurrentFeed() { } } +function userSwitch() { + var chooser = document.getElementById("userSwitch"); + var user = chooser[chooser.selectedIndex].value; + window.location = "tt-rss.php?swu=" + user; +} -- cgit v1.2.3-54-g00ecf