This commit is contained in:
mgalli%geckonnection.com 2006-02-15 01:02:37 +00:00
Родитель 8d63ecc489
Коммит f5b5436b95
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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";
}