1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 07:51:30 +02: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
+1 -1
View File
@@ -272,7 +272,7 @@ function AutoCommands() //{{{
}
else
{
liberator.execute(commands.replaceTokens(autoCmd.command, args));
liberator.execute(commands.replaceTokens(autoCmd.command, args),null,true);
}
}
}