mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
declare some undeclared variables in parseOpt and whitespace fixes
This commit is contained in:
@@ -1493,7 +1493,7 @@ function StatusLine() //{{{
|
||||
const highlightGroup = {
|
||||
secure: "StatusLineSecure",
|
||||
broken: "StatusLineBroken",
|
||||
insecure: "StatusLine",
|
||||
insecure: "StatusLine"
|
||||
};
|
||||
|
||||
statusBar.setAttribute("class", "chromeclass-status hl-" + highlightGroup[type]);
|
||||
|
||||
Reference in New Issue
Block a user