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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user