From dae1248a3be8ae91a5b7ac55868b4d23b6567d4a Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 18 Feb 2006 09:17:51 +0000 Subject: [PATCH] async when destroying the session key, so login/password prompt are immediately available git-svn-id: svn://svn.open-ils.org/ILS/trunk@3113 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/auth/session.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/auth/session.js b/Open-ILS/xul/staff_client/chrome/content/auth/session.js index d5a8de8d51..3206adc420 100644 --- a/Open-ILS/xul/staff_client/chrome/content/auth/session.js +++ b/Open-ILS/xul/staff_client/chrome/content/auth/session.js @@ -91,7 +91,8 @@ auth.session.prototype = { if (obj.key) obj.network.request( api.AUTH_DELETE.app, api.AUTH_DELETE.method, - [ obj.key ] + [ obj.key ], + function(req) {} ); obj.key = null; if (typeof obj.on_close == 'function') { -- 2.43.2