mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 01:25:45 +01:00
Add an experimental prototype download manager replacement. Fix some bugs.
--HG-- extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
This commit is contained in:
@@ -331,11 +331,11 @@ var Template = Module("Template", {
|
||||
this.map(iter, function (item)
|
||||
<tr>
|
||||
<td style="padding-right: 2em;">
|
||||
<span highlight="Usage">{
|
||||
<span highlight="Usage Link">{
|
||||
let (name = item.name || item.names[0], frame = item.definedAt)
|
||||
!frame ? name :
|
||||
template.helpLink(help(item), name, "Title") +
|
||||
<span highlight="LineInfo" xmlns:dactyl={NS}>Defined at {sourceLink(frame)}</span>
|
||||
<span highlight="LinkInfo" xmlns:dactyl={NS}>Defined at {sourceLink(frame)}</span>
|
||||
}</span>
|
||||
</td>
|
||||
<td>{desc(item)}</td>
|
||||
|
||||
Reference in New Issue
Block a user