mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 10:55:46 +01: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>
|
||||
}
|
||||
<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>
|
||||
</>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user