mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 11:25:46 +01:00
Whitespace fixes.
This commit is contained in:
@@ -685,7 +685,6 @@ function CommandLine() //{{{
|
||||
let output = util.xmlToDom(lastMowOutput, doc);
|
||||
XML.ignoreWhitespace = true;
|
||||
|
||||
|
||||
// FIXME: need to make sure an open MOW is closed when commands
|
||||
// that don't generate output are executed
|
||||
if (outputContainer.collapsed)
|
||||
@@ -988,7 +987,8 @@ function CommandLine() //{{{
|
||||
get mode() (modes.extended == modes.EX) ? "cmd" : "search",
|
||||
|
||||
get silent() silent,
|
||||
set silent(val) {
|
||||
set silent(val)
|
||||
{
|
||||
silent = val;
|
||||
if (silent)
|
||||
storage.styles.addSheet(true, "silent-mode", "chrome://*", "#liberator-commandline > * { opacity: 0 }");
|
||||
@@ -1098,7 +1098,6 @@ function CommandLine() //{{{
|
||||
keepCommand = false;
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Hides the command-line, and shows any status messages that
|
||||
* are under it.
|
||||
|
||||
Reference in New Issue
Block a user