diff --git a/common/content/bindings.xml b/common/content/bindings.xml index 297fa8b8..cef6f710 100644 --- a/common/content/bindings.xml +++ b/common/content/bindings.xml @@ -21,23 +21,34 @@ - - - - - - + + + + + + + + + + + + + + + + - - - diff --git a/common/content/commands.js b/common/content/commands.js index 2c765486..ca179b67 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -912,7 +912,7 @@ const Commands = Module("commands", { } // dynamically get completions as specified with the command's completer function - let command = commands.get(cmd); + let command = cmd && commands.get(cmd); if (!command) { context.highlight(0, cmd && cmd.length, "SPELLCHECK"); return; diff --git a/pentadactyl/install.rdf b/pentadactyl/install.rdf index 2e3f3b04..44e0b457 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -14,7 +14,7 @@ + em:maxVersion="4.0b8pre"/>