From: cyeh%bluemartini.com <> Date: Wed, 21 Feb 2001 05:15:12 +0000 (+0000) Subject: fix for 58436 : javascript strict warnings in query.cgi X-Git-Tag: bugzilla-2.12~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1b55ab744877944cf327853e9474e742057b8d0;p=thirdparty%2Fbugzilla.git fix for 58436 : javascript strict warnings in query.cgi changed to f.target_milestone --- diff --git a/query.cgi b/query.cgi index 032739d6d2..8a23be33fc 100755 --- a/query.cgi +++ b/query.cgi @@ -468,7 +468,7 @@ function selectProduct(f) { } } - if ("target_milestone" in f) { + if (f.target_milestone) { var tmsel = new Array(); for (i=0 ; i