From 205d692f1cbf3d3b74e805efeae4c728c9623f74 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Tue, 17 Aug 2010 00:20:44 -0400 Subject: [PATCH] Bug 587929 - Some typos found in PageActions and Forget Password [r=mbrubeck] --- mobile/chrome/content/browser-ui.js | 2 +- mobile/chrome/content/browser.xul | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index eedb36b5803..9117659740a 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -1088,7 +1088,7 @@ var PageActions = { lm.findLogins({}, host.prePath, "", null).forEach(function(login) { if (login.hostname == host.prePath) - lm.removeLogin(siteLogins[i]); + lm.removeLogin(login); }); }, diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 874febf3b5f..43cef8a2ca2 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -333,7 +333,7 @@ + onclick="PageActions.forgetPassword(); PageActions.hideItem(this);"/>