From fa292fa28a87697249afbed294e8fb40d48102c4 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Mon, 7 Feb 2005 17:04:06 +0000 Subject: [PATCH] Make CRL manager closeable on the Mac p=stefan_h@hem.utfors.se r=peterv sr=me --- security/manager/pki/resources/content/pref-validation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/manager/pki/resources/content/pref-validation.js b/security/manager/pki/resources/content/pref-validation.js index 29de20452cde..a17bea15f20c 100644 --- a/security/manager/pki/resources/content/pref-validation.js +++ b/security/manager/pki/resources/content/pref-validation.js @@ -105,6 +105,6 @@ function changeURL() function openCrlManager() { window.open('chrome://pippki/content/crlManager.xul', "", - 'chrome,centerscreen,dialog,resizable'); + 'chrome,centerscreen,resizable'); }