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

remove obsolete userSwitch()

This commit is contained in:
Andrew Dolgov
2007-08-24 05:40:51 +01:00
parent 2a8504cd39
commit 6b8bbd1dae
2 changed files with 0 additions and 12 deletions

View File

@@ -638,12 +638,6 @@ function catchupCurrentFeed() {
}
}
function userSwitch() {
var chooser = document.getElementById("userSwitch");
var user = chooser[chooser.selectedIndex].value;
window.location = "tt-rss.php?swu=" + user;
}
function editFeedDlg(feed) {
try {