1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-08 03:15:51 +01:00

Add 'Copy File Path' MOW context menu item. Fix some bugs.

This commit is contained in:
Kris Maglione
2011-01-17 00:43:40 -05:00
parent f17fb77bcb
commit 32daed5095
6 changed files with 31 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ var Download = Class("Download", {
<li highlight="Download" key="row" xmlns:dactyl={NS} xmlns={XHTML}>
<span highlight="DownloadTitle">
<span highlight="Link">
<a key="title" href={self.target.spec}>{self.displayName}</a>
<a key="title" href={self.target.spec} path={self.targetFile.path}>{self.displayName}</a>
<span highlight="LinkInfo">{self.targetFile.path}</span>
</span>
</span>