From 479692ff0cf87d9fea2e6a7369ffc6fb73966147 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 29 Jan 2014 08:11:57 -0500 Subject: [PATCH] it's actually 14 days the long count is actually 14 days, not 7 Change-Id: I2d06a63aaaf111ae392142563f5a8e0e6a0c05c4 --- web/share/elastic-recheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/elastic-recheck.js b/web/share/elastic-recheck.js index 8f5ec940..95e36fc5 100644 --- a/web/share/elastic-recheck.js +++ b/web/share/elastic-recheck.js @@ -43,7 +43,7 @@ function update() { div.appendTo($('#main-container')); $('

', {text: 'Bug ' + bug['number'] + " - " + bug['bug_data']['name']}).appendTo(div); $('

', { - text: bug['fails24'] + ' fails in 24hrs / ' + bug['fails'] + ' fails in 7 days' + text: bug['fails24'] + ' fails in 24hrs / ' + bug['fails'] + ' fails in 14 days' }).appendTo(div); $('

', { text: 'Projects: ' + bug['bug_data']['affects']