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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user