Changeset 1036

Show
Ignore:
Timestamp:
2008-08-08 01:39:24 (4 months ago)
Author:
MaierMan
Message:

fix: show the spec of the url

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/info.js

    r1009 r1036  
    5252                                var d = downloads[0]; 
    5353                                $("infoIcon").src = d.largeIcon; 
    54                                 $("infoURL").value = d.urlManager.url
     54                                $("infoURL").value = d.urlManager.url.spec
    5555                                $("infoDest").value = d.destinationFile; 
    5656                                document.title = d.destinationName;