Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on

loading, in case the default query has some relevant fields set.


git-svn-id: svn://10.0.0.236/trunk@44297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
1999-08-24 15:24:50 +00:00
parent 86a056eb36
commit 3cda6c72ec
2 changed files with 7 additions and 3 deletions

View File

@@ -349,7 +349,8 @@ function selectProduct(f) {
# set legal_product [concat $default{"product"} [lreplace $legal_product $w $w]]
# }
PutHeader("Bugzilla Query Page", "Query Page");
PutHeader("Bugzilla Query Page", "Query Page", "",
q{onLoad="selectProduct(document.forms[0]);"});
push @::legal_resolution, "---"; # Oy, what a hack.
push @::legal_target_milestone, "---"; # Oy, what a hack.