From 7560371366e73febec1a0720c0d166a30feec9ba Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 07 Apr 2008 05:12:14 -0400
Subject: [PATCH] - fixed goto_url() call in logout command
---
program/js/app.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/js/app.js b/program/js/app.js
index 4359e59..a4f5471 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -488,7 +488,7 @@
break;
case 'logout':
- this.goto_url('logout', true);
+ this.goto_url('logout', '', true);
break;
// commands to switch task
--
Gitblit v1.9.1