mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:37:58 +01:00
fix whitespace from last commit
This commit is contained in:
@@ -894,12 +894,12 @@ function Editor() //{{{
|
|||||||
if (!(config.isComposeWindow))
|
if (!(config.isComposeWindow))
|
||||||
textBox = liberator.focus;
|
textBox = liberator.focus;
|
||||||
|
|
||||||
if (textBox.type == "password")
|
if (textBox.type == "password")
|
||||||
{
|
{
|
||||||
liberator.beep();
|
liberator.beep();
|
||||||
liberator.echoerr("Cannot edit password fields");
|
liberator.echoerr("Cannot edit password fields");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
let text = ""; // XXX
|
let text = ""; // XXX
|
||||||
if (textBox)
|
if (textBox)
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ Continuous donations:
|
|||||||
* Daniel Bainton (web hosting)
|
* Daniel Bainton (web hosting)
|
||||||
|
|
||||||
2009:
|
2009:
|
||||||
|
* Robert Johnston
|
||||||
|
* Jim Aragon
|
||||||
* Norio Sugimoto
|
* Norio Sugimoto
|
||||||
* Catatonic Recording
|
* Catatonic Recording
|
||||||
* Wataru Inoue (first one donating via addons.mozilla.org)
|
* Wataru Inoue (first one donating via addons.mozilla.org)
|
||||||
|
|||||||
Reference in New Issue
Block a user