зеркало из https://github.com/mozilla/pjs.git
bug 75754, password manager not showing all saved passwords, r=sconest, sr=alecf
This commit is contained in:
Родитель
6aee1de90e
Коммит
161181ef0c
|
@ -151,7 +151,7 @@ function LoadSignons()
|
|||
var uri =
|
||||
Components.classes["@mozilla.org/network/standard-url;1"]
|
||||
.createInstance(Components.interfaces.nsIURI);
|
||||
uri.spec = site;
|
||||
uri.spec = host;
|
||||
if (uri.username) {
|
||||
user = uri.username;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче