summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 8665d29a6..6a0ae0f9f 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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 {