Skip to content

Commit

Permalink
Added advance dropdown functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Dec 12, 2023
1 parent 486d7c7 commit 9e78b04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/qsm-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2487,10 +2487,8 @@ var import_button;
if (index == 'matchAnswer') {
$('#match-answer').val(value);
}
if (index == 'drop-down-type') {
$('#drop-down-type').val(value);
}
});
jQuery(document).trigger('qsm_all_question_setting_after', [all_setting]);
}
CurrentElement.parents('.question').next('.questionElements').slideDown('slow');
$('#modal-1-content').html(questionElements);
Expand Down

0 comments on commit 9e78b04

Please sign in to comment.