From 2d1282d4d1c246d2ba123b4aed5d97e97c1f8504 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Feb 2013 20:14:06 +0400 Subject: remove top hello - feedback - preferences line --- js/functions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/functions.js') diff --git a/js/functions.js b/js/functions.js index ec533faae..cef47f8e4 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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"; } -- cgit v1.2.3-54-g00ecf