mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:28:00 +01:00
Speed up hint generation for large numbers of hints.
This commit is contained in:
@@ -836,8 +836,6 @@ var JavaScript = Module("javascript", {
|
||||
commands.add(["javas[cript]", "js"],
|
||||
"Evaluate a JavaScript string",
|
||||
function (args) {
|
||||
modules.commandline;
|
||||
|
||||
if (args[0] && !args.bang)
|
||||
dactyl.userEval(args[0]);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user