Skip to content

Commit

Permalink
Fixed issue #13443: Logic error by using an Eclusive Option in a mult…
Browse files Browse the repository at this point in the history
…iple choice question
  • Loading branch information
lacrioque committed Mar 6, 2018
1 parent d264c55 commit 63511c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/packages/limesurvey/survey.js
Expand Up @@ -77,6 +77,8 @@ function triggerEmRelevanceSubQuestion(){
updateLineClass($(this));
updateRepeatHeading($(this).closest(".ls-answers"));
}
$(this).find('input[disabled]').prop('checked', false).trigger('change');
console.ls.log($(this).find('input[disabled]'));
});
}

Expand Down

0 comments on commit 63511c1

Please sign in to comment.