diff --git a/mozilla/webtools/tinderbox/showbuilds.cgi b/mozilla/webtools/tinderbox/showbuilds.cgi
index fb947c8c3af..28ed762fc0f 100755
--- a/mozilla/webtools/tinderbox/showbuilds.cgi
+++ b/mozilla/webtools/tinderbox/showbuilds.cgi
@@ -346,7 +346,7 @@ sub display_build_table_row {
# Build Note
#
if( $hasnote ){
- print "";
+ print "";
print "
\n";
}
@@ -557,27 +557,14 @@ function js_who_menu(tree,n,d,mindate,maxdate) {
+ "&t1=" + escape("Check-ins within 24 hours")
+ "&u1=" + escape(js_qr24(tree,n));
- if( parseInt(navigator.appVersion) < 4 ){
+ var version = parseInt(navigator.appVersion);
+ if( version < 4 || version >= 5 ){
document.location = who_link;
return false;
}
var l = document.layers['popup'];
l.src = who_link;
-ENDJS
- #l.document.write(
- # "
| " +
- # js_qr(mindate,maxdate,n) + "What did " + n + " check in to the source tree? " + - # js_qr24(n) +"What has " + n + " been checking in over the last day? " + - # "" + - # "Who is " + n + " and how do I wake him/her up? " + - # "Send mail to " + n + " " + - # "Where is "+n+"'s office?" + - # " |