CC-3114: Show Content Dialog doesn't display total time

Done
This commit is contained in:
Yuchen Wang 2012-01-04 17:15:15 -05:00
parent 1c9b134748
commit 722306928b
2 changed files with 11 additions and 1 deletions

View file

@ -219,7 +219,11 @@ function buildContentDialog(json){
alertShowErrorAndReload();
}
var dialog = $(json.dialog);
dialog.find("#show_progressbar").progressbar({
value: json.percentFilled
});
var viewportwidth;
var viewportheight;