Make CRL manager closeable on the Mac p=stefan_h@hem.utfors.se r=peterv sr=me

This commit is contained in:
neil%parkwaycc.co.uk 2005-02-07 17:04:06 +00:00
parent 21583dc42a
commit fa292fa28a

View File

@ -105,6 +105,6 @@ function changeURL()
function openCrlManager()
{
window.open('chrome://pippki/content/crlManager.xul', "",
'chrome,centerscreen,dialog,resizable');
'chrome,centerscreen,resizable');
}