mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 23:02:27 +01:00
Fix some functions that used to use args.string.
This commit is contained in:
@@ -117,7 +117,7 @@ const History = Module("history", {
|
||||
commands.add(["ba[ck]"],
|
||||
"Go back in the browser history",
|
||||
function (args) {
|
||||
let url = args.literalArg;
|
||||
let url = args[0];
|
||||
|
||||
if (args.bang)
|
||||
history.goToStart();
|
||||
|
||||
Reference in New Issue
Block a user