From b9fd6dbaa818ab488619dec7746b2fde238abdb6 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 3 Oct 2006 22:10:41 +0000 Subject: [PATCH] allow user to close the dialog without buttons git-svn-id: svn://svn.open-ils.org/ILS/trunk@6375 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/error.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/error.js b/Open-ILS/xul/staff_client/chrome/content/util/error.js index 2cf8e87d1d..54c04db166 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -351,7 +351,8 @@ util.error.prototype = { case 'b3' : return 2; break; } } else { - return this.yns_alert(s,title,b1,b2,b3,c,image); + //return this.yns_alert(s,title,b1,b2,b3,c,image); + return null; } }, -- 2.11.0