mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 09:55:56 +00:00
remove obsolete userSwitch()
This commit is contained in:
6
prefs.js
6
prefs.js
@@ -1635,12 +1635,6 @@ function pref_hotkey_handler(e) {
|
||||
}
|
||||
}
|
||||
|
||||
function userSwitch() {
|
||||
var chooser = document.getElementById("userSwitch");
|
||||
var user = chooser[chooser.selectedIndex].value;
|
||||
window.location = "prefs.php?swu=" + user;
|
||||
}
|
||||
|
||||
function editFeedCats() {
|
||||
if (!xmlhttp_ready(xmlhttp)) {
|
||||
printLockingError();
|
||||
|
||||
Reference in New Issue
Block a user