Skip to content

Commit

Permalink
MDL-48058 core_message: Default message outputs: Maintain Forced status
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy authored and andrewnicols committed Dec 5, 2014
1 parent d87bcfb commit 0802d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ M.core_message.init_defaultoutputs = function(Y) {
}, this);
parentnode.addClass('dimmed_text');
} else {
parentnode.all('select').each(function(node) {
parentnode.all('select[disabled]').each(function(node) {
node.removeAttribute('disabled');
node.set('value', 'permitted');
defaultoutputs.updateCheckboxes(node.ancestor('td'), 0, 0);
Expand Down

0 comments on commit 0802d98

Please sign in to comment.