Commit 57a0e7d9 by Nilu

deselecting already selected options when culture criteria is selected to not applicable

parent a0ea984b
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
else else
{ {
criteriaDiv.find(".element_rating_radio").prop("disabled",true); criteriaDiv.find(".element_rating_radio").prop("disabled",true);
criteriaDiv.find(".element_rating_radio").prop('checked', false);
} }
} }
......
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