зеркало из https://github.com/mozilla/pjs.git
Bug 326462 Time Elapsed column shows NaN:NaN r=biesi sr=jag
This commit is contained in:
Родитель
ee1dd6db83
Коммит
e6202b6efb
|
@ -97,7 +97,7 @@ nsDownloadProgressListener.prototype = {
|
|||
if (this.doc.getElementById("TimeElapsed").getAttribute("hidden") != "true") {
|
||||
elapsedCol = elt.nextSibling.nextSibling.nextSibling.nextSibling.nextSibling.nextSibling;
|
||||
// Update elapsed time display.
|
||||
elapsedCol.setAttribute("label", formatSeconds( this.elapsed / 1000, this.doc ));
|
||||
elapsedCol.setAttribute("label", formatSeconds( now / 1000 - aDownload.startTime / 1000000, this.doc ));
|
||||
}
|
||||
// Calculate percentage.
|
||||
var percent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче