diff --git a/minimo/chrome/content/minimo.js b/minimo/chrome/content/minimo.js index cef85cd9a0a..222500bbe0e 100755 --- a/minimo/chrome/content/minimo.js +++ b/minimo/chrome/content/minimo.js @@ -1332,8 +1332,6 @@ function DownloadSet( aCurTotalProgress, aMaxTotalProgress ) { var percentage = parseInt((aCurTotalProgress/aMaxTotalProgress)*parseInt(gInputBoxObject.width)); if(percentage<0) percentage=2; document.getElementById("toolbar-download-tag").inputField.style.backgroundPosition=percentage+"px 100%"; -// document.getElementById("toolbar-download-tag").value=document.getElementById("minimo_properties").getString("downloadProgress")+":"+parseInt((aCurTotalProgress/aMaxTotalProgress)*100)+"%"; - document.getElementById("toolbar-download-tag").setAttribute("currentid",refId); } function DownloadCancel(refId) { @@ -1445,4 +1443,5 @@ function BrowserHomeBar() { if(document.getElementById("homebarcontainer").style.display=="none") document.getElementById("homebarcontainer").style.display="block"; else document.getElementById("homebarcontainer").style.display="none"; + } \ No newline at end of file