Fix 208104 add percent to download sidebar. Patch by admin@mozillatranslator.org

git-svn-id: svn://10.0.0.236/trunk@146251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
noririty%jcom.home.ne.jp 2003-08-21 15:00:41 +00:00
parent 2e6c0421c1
commit a1d4f15bae

View File

@ -18,7 +18,7 @@ const dlObserver = {
elt.removeAttribute("progress");
}
else {
elt.setAttribute("progress", percentComplete);
elt.setAttribute("progress", percentComplete+"%");
if (elt.hasAttribute("progressmode"))
elt.removeAttribute("progressmode");
}