Commit e895f25f by Nilu

disable radio select of profile assessment, once an answer is selected, as…

disable radio select of profile assessment, once an answer is selected, as multiple clicks on the last radio will give signout issue.
parent d704e5ff
......@@ -76,6 +76,8 @@
function gotoNextQuestion(questionNumber, actualNumber, completeApplication, answerNo)
{
$('.answer_radio').prop('disabled', true);
var radioid = "#" + answerNo;
$(radioid).closest('li').addClass(" active ");
......
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