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:
parent
2e6c0421c1
commit
a1d4f15bae
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user