diff options
Diffstat (limited to 'gmail-commando.js')
-rwxr-xr-x | gmail-commando.js | 2 |
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/*') |