mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-13 16:23:34 +02:00
Fix clicking bookmark/history links in the MOW. Closes issue #296.
This commit is contained in:
@@ -47,7 +47,7 @@ var Template = Module("Template", {
|
|||||||
<> </>)
|
<> </>)
|
||||||
}) </span>
|
}) </span>
|
||||||
}
|
}
|
||||||
<a xmlns:dactyl={NS} identifier={item.id} dactyl:command={item.command}
|
<a xmlns:dactyl={NS} identifier={item.id || ""} dactyl:command={item.command || ""}
|
||||||
href={item.item.url} highlight="URL">{text || ""}</a>
|
href={item.item.url} highlight="URL">{text || ""}</a>
|
||||||
</>,
|
</>,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user