From 4fcd9a836d8d29029e56176d0113396126e40724 Mon Sep 17 00:00:00 2001 From: David Fugate Date: Fri, 23 Sep 2011 16:27:46 -0700 Subject: https://bugs.ecmascript.org/show_bug.cgi?id=34. Fixed --- website/resources/scripts/global/helper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'website') 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 { -- cgit v1.2.3