1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:55:56 +00:00

add debug mode only fast user switcher

This commit is contained in:
Andrew Dolgov
2006-10-01 05:05:12 +01:00
parent 803cfab11a
commit 461766f33e
5 changed files with 44 additions and 5 deletions

View File

@@ -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;
}