1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 16:47:59 +01:00

fix whitespace from last commit

This commit is contained in:
Martin Stubenschrott
2009-09-11 22:27:15 +02:00
parent fcc1cffc88
commit 4d4da18b49
2 changed files with 7 additions and 5 deletions

View File

@@ -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)