From bc8e351728febbe8c07631a30f6e136af34bfc92 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 18 Jun 2014 16:29:31 +0000 Subject: Bug 1026886 - hide the mentor input field by default --- js/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/field.js b/js/field.js index f3c96d8fe..286390ed1 100644 --- a/js/field.js +++ b/js/field.js @@ -302,7 +302,7 @@ function checkForChangedFieldValues(e, ContainerInputArray ) { if ( el ) { if ( !ContainerInputArray[4] && (el.value != ContainerInputArray[3] - || (el.value == "" && el.id != "alias" && el.id != "qa_contact")) ) + || (el.value == "" && el.id != "alias" && el.id != "qa_contact" && el.id != "bug_mentors")) ) { unhide = true; -- cgit v1.2.3-24-g4f1b