summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-07-31 22:38:24 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-07-31 22:38:24 +0200
commitcd61d357d20a973e5ebdf3baeaecd9f38f9a6c7a (patch)
tree060cb2e72941a24ff7c53ec064770c50f92ce2ed /js
parentf6bafcf4b770f67578a506515c5758380e8b1ab3 (diff)
downloadbugzilla-cd61d357d20a973e5ebdf3baeaecd9f38f9a6c7a.tar.gz
bugzilla-cd61d357d20a973e5ebdf3baeaecd9f38f9a6c7a.tar.xz
Bug 684171 - add a "(take)" link to the QA Contact field
r/a=LpSolit
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 f5376a4f2..caf13217b 100644
--- a/js/field.js
+++ b/js/field.js
@@ -294,7 +294,7 @@ function checkForChangedFieldValues(e, ContainerInputArray ) {
var unhide = false;
if ( el ) {
if ( el.value != ContainerInputArray[3] ||
- ( el.value == "" && el.id != "alias") ) {
+ ( el.value == "" && el.id != "alias" && el.id != 'qa_contact') ) {
unhide = true;
}
else {