it's actually 14 days

the long count is actually 14 days, not 7

Change-Id: I2d06a63aaaf111ae392142563f5a8e0e6a0c05c4
This commit is contained in:
Sean Dague 2014-01-29 08:11:57 -05:00
parent 838c3a9040
commit 479692ff0c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function update() {
div.appendTo($('#main-container'));
$('<h2/>', {text: 'Bug ' + bug['number'] + " - " + bug['bug_data']['name']}).appendTo(div);
$('<h3/>', {
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);
$('<h3/>', {
text: 'Projects: ' + bug['bug_data']['affects']