diff --git a/common/content/events.js b/common/content/events.js index c943fdb7..73d28fa8 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -272,7 +272,7 @@ function AutoCommands() //{{{ } else { - liberator.execute(commands.replaceTokens(autoCmd.command, args)); + liberator.execute(commands.replaceTokens(autoCmd.command, args),null,true); } } }