mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 06:23:34 +02:00
add some more autocmd messages
This commit is contained in:
@@ -249,7 +249,12 @@ liberator.AutoCommands = function () //{{{
|
|||||||
for (let i = 0; i < autoCommands[auEvent].length; i++)
|
for (let i = 0; i < autoCommands[auEvent].length; i++)
|
||||||
{
|
{
|
||||||
if (autoCommands[auEvent][i][2].test(url))
|
if (autoCommands[auEvent][i][2].test(url))
|
||||||
|
{
|
||||||
|
liberator.echomsg("Executing " + auEvent + " Auto commands for \""
|
||||||
|
+ autoCommands[auEvent][i][2] + "\"", 8);
|
||||||
|
liberator.echomsg("autocommand " + autoCommands[auEvent][i][1], 9);
|
||||||
liberator.execute(autoCommands[auEvent][i][1]);
|
liberator.execute(autoCommands[auEvent][i][1]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user