1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 20:45:45 +01:00

not display the command when autocommand triggered

This commit is contained in:
teramako
2009-01-01 00:23:15 +09:00
parent 763059641d
commit 5988c4fbf4

View File

@@ -272,7 +272,7 @@ function AutoCommands() //{{{
} }
else else
{ {
liberator.execute(commands.replaceTokens(autoCmd.command, args)); liberator.execute(commands.replaceTokens(autoCmd.command, args),null,true);
} }
} }
} }