mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
sar want more 'checkins since' links. Don't refresh pagepage if it isn't the most recent time.
This commit is contained in:
parent
bdc7dc2003
commit
3405f6ffb3
@ -71,7 +71,11 @@ if ($form{'quickparse'}) {
|
||||
}
|
||||
|
||||
|
||||
print "Content-type: text/html\nRefresh: 900\n\n<HTML>\n";
|
||||
if ($nowdate eq $maxdate) {
|
||||
print "Content-type: text/html\nRefresh: 900\n\n<HTML>\n";
|
||||
} else {
|
||||
print "Content-type: text/html\n\n<HTML>\n";
|
||||
}
|
||||
if( $form{'tree'} eq '' ){
|
||||
&show_tree_selector;
|
||||
exit;
|
||||
@ -250,13 +254,13 @@ sub display_build_table_row {
|
||||
}
|
||||
|
||||
($hour) = $tt =~ /(\d\d):/;
|
||||
if ($tree2 eq '' and ($lasthour != $hour or $who_check_list[$t])) {
|
||||
$qr = &query_ref( $td1, $build_time_times->[$t]);
|
||||
$er = "</a>";
|
||||
}
|
||||
if ($lasthour == $hour) {
|
||||
$tt =~ s/^.* //;
|
||||
} else {
|
||||
if ($tree2 eq '') {
|
||||
$qr = &query_ref( $td1, $build_time_times->[$t]);
|
||||
$er = "</a>";
|
||||
}
|
||||
$lasthour = $hour;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user