1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 17:35:45 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-10-17 12:36:27 +00:00
parent 349eed1b08
commit 62b60a78c2
6 changed files with 13 additions and 11 deletions

View File

@@ -554,7 +554,7 @@ function CommandLine() //{{{
get silent() silent,
set silent(val) {
silent = val;
if(silent)
if (silent)
storage.styles.addSheet("silent-mode", "chrome://*", "#liberator-commandline > * { opacity: 0 }", true, true);
else
storage.styles.removeSheet("silent-mode", null, null, null, true);