summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 20:14:06 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 20:14:06 +0400
commit2d1282d4d1c246d2ba123b4aed5d97e97c1f8504 (patch)
tree467d9733eb43e974a1d790f57c1f8f93105c9da1 /js/functions.js
parented47e3c418a8d23403ea10c433cbcd017cb877be (diff)
remove top hello - feedback - preferences line
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js4
1 files changed, 4 insertions, 0 deletions
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";
}