aboutsummaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-09-23 16:27:46 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-09-23 16:27:46 -0700
commit4fcd9a836d8d29029e56176d0113396126e40724 (patch)
tree9589c87d358615d256d37862232886616d4da19b /website
parent382f5c17e679842ae27353f2a611fd4bace75159 (diff)
https://bugs.ecmascript.org/show_bug.cgi?id=34. Fixed
Diffstat (limited to 'website')
-rw-r--r--website/resources/scripts/global/helper.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/website/resources/scripts/global/helper.js b/website/resources/scripts/global/helper.js
index f636d073a..adf96c02d 100644
--- a/website/resources/scripts/global/helper.js
+++ b/website/resources/scripts/global/helper.js
@@ -42,6 +42,7 @@ function Presenter() {
updateCounts();
+ //TODO: eventually remove this guard.
if(test.result === 'fail') {
logResult(test);
}
@@ -71,7 +72,7 @@ function Presenter() {
$('.button-start').attr('src', 'resources/images/start.png');
$('.button-start').fadeOut('fast');
- //progressBar.text("Testing complete!");
+ progressBar.find(".text").html("Testing complete!");
if (isSiteDebugMode()) {
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
} else {