Commit 9cb3f66a by Eric Fischer

Bad line-copy :(

parent fe7eef03
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
sendemail.$course_mode_targets.each(inputDisable); sendemail.$course_mode_targets.each(inputDisable);
} else { } else {
sendemail.$cohort_targets.each(inputEnable); sendemail.$cohort_targets.each(inputEnable);
sendemail.$cohort_targets.each(inputEnable); sendemail.$course_mode_targets.each(inputEnable);
} }
targets = []; targets = [];
$('input[name="send_to"]:checked+label').each(function() { $('input[name="send_to"]:checked+label').each(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment