From 32be47bad06b7f122a57921d1fc834de4a4f85bc Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 5 May 2016 21:39:06 +0000 Subject: Bug 1270479 - Unsetting the needinfo checks the needinfo checkbox --- extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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() { -- cgit v1.2.3-24-g4f1b