]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
remove top hello - feedback - preferences line
[tt-rss.git] / js / functions.js
index ec533faae75fc1477fd0e651249c9ec0534a8dda..cef47f8e4f0463ca04fdd1b6e54d41591740c6cf 100644 (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";
 }