Commit 6de02977 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 297652: Javascript strict warning in query.cgi when the format chosen is…

Bug 297652: Javascript strict warning in query.cgi when the format chosen is "advanced" - Patch by Florian Quèze <f.qu@queze.net> r=wicked a=justdave
parent 782a89bc
...@@ -84,7 +84,7 @@ var tms = new Array(); ...@@ -84,7 +84,7 @@ var tms = new Array();
*/ */
function doOnSelectProduct(selectmode) { function doOnSelectProduct(selectmode) {
var f = document.forms[queryform]; var f = document.forms[queryform];
milestone = (typeof(f.target_milestone) == "undefined" ? var milestone = (typeof(f.target_milestone) == "undefined" ?
null : f.target_milestone); null : f.target_milestone);
if (selectmode == 0) { if (selectmode == 0) {
if (useclassification) { if (useclassification) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment