mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:07:59 +01:00
Get rid of the 'jsdebugger' completion message on FF4.
This commit is contained in:
@@ -309,7 +309,7 @@ const JavaScript = Module("javascript", {
|
||||
_complete: function (objects, key, compl, string, last) {
|
||||
const self = this;
|
||||
|
||||
if (!options["jsdebugger"] && !this.context.message)
|
||||
if (!window.Object.getOwnPropertyNames && !options["jsdebugger"] && !this.context.message)
|
||||
this.context.message = "For better completion data, please enable the JavaScript debugger (:set jsdebugger)";
|
||||
|
||||
let orig = compl;
|
||||
|
||||
Reference in New Issue
Block a user