This commit is contained in:
mgalli%geckonnection.com 2006-02-14 22:25:39 +00:00
parent 22272fd5a8
commit bc7d334fff

View File

@ -1389,6 +1389,8 @@ TransferItem.prototype = {
document.getElementById("toolbar-download-tag").value=aSource.spec;
document.getElementById("toolbar-download-tag").setAttribute("reveal",aTarget.spec);
document.getElementById("toolbar-download-tag").setAttribute("sourcelocation",aSource.spec);
document.getElementById("toolbar-download-tag").inputField.style.backgroundColor="lightgreen";
},