Make the security advisor come up from the Task Menu bar again.

This commit is contained in:
javi%netscape.com 2000-09-01 21:25:25 +00:00
Родитель b48bfc8c83
Коммит 4a2846a54b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@
{
var psm = Components.classes["component://netscape/psm"].getService();
psm = psm.QueryInterface(Components.interfaces.nsIPSMComponent);
psm.displaySecurityAdvisor( null, null );
psm.displaySecurityAdvisor( null, null, null );
}
</script>