Bug 608658 - Fennec Login Manager cannot save logins (regression from bug 607145) [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-10-31 21:02:40 -07:00
parent 82020aa060
commit a0a230fee0
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ var loginManager = {
_getActionOrigin : function (form) {
var uriString = form.mozActionUri;
var uriString = form.action;
// A blank or mission action submits to where it came from.
if (uriString == "")

View File

@ -163,7 +163,7 @@ PromptService.prototype = {
/* ---------- nsIPromptService ---------- */
alert: function() {
return this.callProxy("alert", arguments);IA
return this.callProxy("alert", arguments);
},
alertCheck: function() {
return this.callProxy("alertCheck", arguments);