aboutsummaryrefslogtreecommitdiffstats
path: root/gmail-commando.js
diff options
context:
space:
mode:
Diffstat (limited to 'gmail-commando.js')
-rwxr-xr-xgmail-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmail-commando.js b/gmail-commando.js
index d826380..b3980bf 100755
--- a/gmail-commando.js
+++ b/gmail-commando.js
@@ -395,7 +395,7 @@ let INFO =
gv.split(/\s+/),
cmd + ' - Gmail Commando',
function () {
- Commands.translate();
+ Commands[cmd]();
},
{
matchingUrls: RegExp('https://mail\\.google\\.com/mail/*')