1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 18:01:31 +00:00

graycube fixes; code cleanup

This commit is contained in:
Andrew Dolgov
2006-10-01 05:40:40 +01:00
parent e7dfc9c989
commit 23c2a4e7ae
5 changed files with 56 additions and 29 deletions

View File

@@ -1537,4 +1537,8 @@ function pref_hotkey_handler(e) {
}
}
function userSwitch() {
var chooser = document.getElementById("userSwitch");
var user = chooser[chooser.selectedIndex].value;
window.location = "prefs.php?swu=" + user;
}