mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 10:15:45 +01:00
[tele] Fix some broken indentation. Fix commandline.open references. Remove useless try-catch blocks.
This commit is contained in:
@@ -144,7 +144,7 @@ const Addressbook = Module("addressbook", {
|
||||
else
|
||||
displayName = "-name=\"" + displayName.replace(/"/g, "") + "\"";
|
||||
|
||||
commandline.open(":", "contact " + address + " " + displayName, modes.EX);
|
||||
CommandExMode().open("contact " + address + " " + displayName);
|
||||
});
|
||||
},
|
||||
services: function initServices(dactyl, modules, window) {
|
||||
|
||||
Reference in New Issue
Block a user