Progress bar with jquery.
This commit is contained in:
parent
618505c0c7
commit
4a66d9993b
@ -164,7 +164,7 @@ ImporterProgressBar.prototype.Step = function (count)
|
|||||||
var step = this.maxWidth / this.maxCount;
|
var step = this.maxWidth / this.maxCount;
|
||||||
var width = count * step;
|
var width = count * step;
|
||||||
if (count == this.maxCount) {
|
if (count == this.maxCount) {
|
||||||
width = this.maxWidth - 2;
|
width = this.maxWidth;
|
||||||
}
|
}
|
||||||
this.contentDiv.width (width);
|
this.contentDiv.width (width);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user