mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Typo and general idiocy fixes. Kill 'linksearch'.
This commit is contained in:
@@ -664,7 +664,7 @@ const JavaScript = Module("javascript", {
|
||||
},
|
||||
options: function () {
|
||||
options.add(["jsdebugger", "jsd"],
|
||||
"Use the JavaScript debugger service for JavaScript completion",
|
||||
"Enable the JavaScript debugger service for use in JavaScript completion",
|
||||
"boolean", false, {
|
||||
setter: function (value) {
|
||||
if (services.debugger.isOn != value)
|
||||
|
||||
Reference in New Issue
Block a user