зеркало из https://github.com/mozilla/gecko-dev.git
Make the security advisor come up from the Task Menu bar again.
This commit is contained in:
Родитель
b48bfc8c83
Коммит
4a2846a54b
|
@ -11,7 +11,7 @@
|
||||||
{
|
{
|
||||||
var psm = Components.classes["component://netscape/psm"].getService();
|
var psm = Components.classes["component://netscape/psm"].getService();
|
||||||
psm = psm.QueryInterface(Components.interfaces.nsIPSMComponent);
|
psm = psm.QueryInterface(Components.interfaces.nsIPSMComponent);
|
||||||
psm.displaySecurityAdvisor( null, null );
|
psm.displaySecurityAdvisor( null, null, null );
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче