зеркало из https://github.com/mozilla/pjs.git
Checking in gena01@lk.net's fix for bug 193259. Fix error about replaceInsert not being defined in nsProgressDialog.js. r=bugmail@sicking.cc, sr=jst@netscape.com
This commit is contained in:
Родитель
459e7e4277
Коммит
d2c7057170
|
@ -225,7 +225,7 @@ nsProgressDialog.prototype = {
|
|||
if ( aMaxTotalProgress != "-1" ) {
|
||||
status = this.replaceInsert( status, 2, parseInt( aMaxTotalProgress/1024 + .5 ) );
|
||||
} else {
|
||||
status = replaceInsert( status, 2, "??" );
|
||||
status = this.replaceInsert( status, 2, "??" );
|
||||
}
|
||||
|
||||
// Insert 3 is the download rate.
|
||||
|
|
Загрузка…
Ссылка в новой задаче