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

remove top hello - feedback - preferences line

This commit is contained in:
Andrew Dolgov
2013-02-06 20:14:06 +04:00
parent ed47e3c418
commit 2d1282d4d1
6 changed files with 69 additions and 94 deletions

View File

@@ -292,6 +292,10 @@ function gotoPreferences() {
document.location.href = "prefs.php";
}
function gotoLogout() {
document.location.href = "backend.php?op=logout";
}
function gotoMain() {
document.location.href = "index.php";
}