From: David Lawrence Date: Thu, 5 May 2016 21:39:06 +0000 (+0000) Subject: Bug 1270479 - Unsetting the needinfo checks the needinfo checkbox X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32be47bad06b7f122a57921d1fc834de4a4f85bc;p=thirdparty%2Fbugzilla.git Bug 1270479 - Unsetting the needinfo checks the needinfo checkbox --- diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index f350fb7f5..3a3bc7325 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -136,7 +136,7 @@ $(function() { } function needinfo_from_changed() { - $('#needinfo').prop('checked', $('#needinfo_from').val !== ''); + $('#needinfo').prop('checked', $('#needinfo_from').val() !== ''); } $(function() {