Browse Source

DIV-222

pull/160/head
Mike Olund 8 years ago
parent
commit
077b8be344
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/static/js/main.js

+ 1
- 1
edivorce/apps/core/static/js/main.js View File

@ -35,7 +35,7 @@ $(function () {
// when user click textbox beside radio button, check the associated radio button
$(".other-textbox").on("click", function () {
$(this).parents().find(".radio_with_textbox").prop('checked', true);
$(this).parent().find('.radio-with-other').prop('checked', true);
});
$("input[type=radio], input[type=checkbox], input[type=text], .response-textarea, .response-dropdown").on("change", ajaxOnChange);


Loading…
Cancel
Save