1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 06:54:12 +01:00

Add 'passkeys' option.

This commit is contained in:
Kris Maglione
2010-11-04 09:02:12 -04:00
parent d89110813c
commit f1b8e7ee7e
5 changed files with 43 additions and 5 deletions

View File

@@ -645,7 +645,7 @@ const Dactyl = Module("dactyl", {
let res = <res>
<dt>{link(obj.name)}</dt> <dd>{obj.description ? obj.description.replace(/\.$/, "") : ""}</dd>
<item>
<tags>{template.map(obj.names, tag, " ")}</tags>
<tags>{template.map(obj.names.reverse, tag, " ")}</tags>
<spec>{spec((obj.specs || obj.names)[0])}</spec>{
!obj.type ? "" : <>
<type>{obj.type}</type>