Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2005-11-08 23:37:29 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-11-08 23:37:29 +0300
commite134c5ca183bdcbd99df745cb1b2f777aaa65590 (patch)
tree555806bd66fe3594e9e698ea513f9bfc211463a2 /web
parent2d1e4c6038d97f156e0fa949cfcc01862ffc320e (diff)
So, run filterTree() at initial state (buildbot template is also being updated).
svn path=/trunk/mono/; revision=52729
Diffstat (limited to 'web')
-rw-r--r--web/web/deploy/cm/cormissing.js1
-rw-r--r--web/web/template.html.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/web/web/deploy/cm/cormissing.js b/web/web/deploy/cm/cormissing.js
index 63ec04cf671..9cd3163321d 100644
--- a/web/web/deploy/cm/cormissing.js
+++ b/web/web/deploy/cm/cormissing.js
@@ -406,6 +406,7 @@ function onLoad ()
var eltExtra = document.getElementById ('extra');
var eltErrors = document.getElementById ('errors');
eltMissing.checked = eltTodo.checked = eltExtra.checked = eltErrors.checked = true;
+ filterTree ();
}
if (document.layers)
diff --git a/web/web/template.html.in b/web/web/template.html.in
index d9d9401794e..ec026f6fb63 100644
--- a/web/web/template.html.in
+++ b/web/web/template.html.in
@@ -51,7 +51,7 @@
#CSS#
#SCRIPT#
</head>
-<body bgcolor="#555555" text="#000000">
+<body bgcolor="#555555" text="#000000" onLoad='filterTree()'>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>