remove obsolete userSwitch()
This commit is contained in:
parent
2a8504cd39
commit
6b8bbd1dae
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() {
|
function editFeedCats() {
|
||||||
if (!xmlhttp_ready(xmlhttp)) {
|
if (!xmlhttp_ready(xmlhttp)) {
|
||||||
printLockingError();
|
printLockingError();
|
||||||
|
|
|
@ -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) {
|
function editFeedDlg(feed) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue