aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap/questionnaire.js
blob: 3b3176462c8eda56c3c34de05fcb9a204f261067 (plain)
1
2
3
jQuery(document).on('change', '.show_validation_hints .questionnaire_answer [data-question_type=Vote] input', function() {
    STUDIP.Questionnaire.Vote.validator.call($(this).closest("article")[0]);
});