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

Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.

This commit is contained in:
Kris Maglione
2008-10-04 04:08:03 +00:00
parent 3ceecbaf52
commit 1891746b9e
15 changed files with 144 additions and 93 deletions

View File

@@ -215,11 +215,12 @@ liberator.AutoCommands = function () //{{{
<tr>
<td class="hl-Title" colspan="2">{event}</td>
</tr>
+ liberator.template.map(items, function (item)
<tr>
<td>&#160;{item[0]}</td>
<td>{item[1]}</td>
</tr>))
+
liberator.template.map(items, function (item)
<tr>
<td>&#160;{item[0]}</td>
<td>{item[1]}</td>
</tr>))
}
</table>);
@@ -666,7 +667,7 @@ liberator.Events = function () //{{{
function (args)
{
XML.prettyPrinting = false;
var str = liberator.template.tabular(["Macro", "Keys"], [], liberator.events.getMacros(args));
var str = liberator.template.tabular(["Macro", "Keys"], [], liberator.events.getMacros(args));
liberator.echo(str, liberator.commandline.FORCE_MULTILINE);
},
{