From f8607e61e29ff3d4c4b23de609ae9b327ee4e12b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 14 May 2009 13:18:26 +0000 Subject: [PATCH] * Removed 'close window' link from logout screen because some browsers don't allow it to work. --- webcit/auth.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/webcit/auth.c b/webcit/auth.c index 7cb7bc83c..b9e28faf3 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -586,10 +586,18 @@ void do_logout(void) wprintf("
" ""); wprintf(_("Log in again")); - wprintf("   " + wprintf(""); + + /* The "close window" link is commented out because some browsers don't + * allow it to work. + * + wprintf("   " ""); wprintf(_("Close window")); - wprintf("
\n"); + wprintf(""); + */ + + wprintf("\n"); wDumpContent(2); end_webcit_session(); } -- 2.39.2