summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@redhat.com>2014-06-18 18:29:31 +0200
committerDavid Lawrence <dkl@redhat.com>2014-06-18 18:29:31 +0200
commitbc8e351728febbe8c07631a30f6e136af34bfc92 (patch)
treec88836561342ef16bada07b79737fe9b97fb8352 /js
parent310f1d08f5f3901b99775823009d763876a0f093 (diff)
downloadbugzilla-bc8e351728febbe8c07631a30f6e136af34bfc92.tar.gz
bugzilla-bc8e351728febbe8c07631a30f6e136af34bfc92.tar.xz
Bug 1026886 - hide the mentor input field by default
Diffstat (limited to 'js')
-rw-r--r--js/field.js2
1 files changed, 1 insertions, 1 deletions
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;