diff --git a/common/content/editor.js b/common/content/editor.js index 1916ca6a..a0b360a8 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -894,12 +894,12 @@ function Editor() //{{{ if (!(config.isComposeWindow)) textBox = liberator.focus; - if (textBox.type == "password") - { + if (textBox.type == "password") + { liberator.beep(); - liberator.echoerr("Cannot edit password fields"); - return false; - } + liberator.echoerr("Cannot edit password fields"); + return false; + } let text = ""; // XXX if (textBox) diff --git a/vimperator/Donors b/vimperator/Donors index 238ec896..99241bbd 100644 --- a/vimperator/Donors +++ b/vimperator/Donors @@ -2,6 +2,8 @@ Continuous donations: * Daniel Bainton (web hosting) 2009: +* Robert Johnston +* Jim Aragon * Norio Sugimoto * Catatonic Recording * Wataru Inoue (first one donating via addons.mozilla.org)