Skip to content

Commit

Permalink
update javascript to reset options to na (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Sep 16, 2023
1 parent 99f74c0 commit 47b480b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _scripts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ $(document).ready(function() {
fields = $(this).attr("id").split("-");
if(fields[1] == "options")
return;
$("#" + fields[0] + "-options").val("na");
$.reset_selection($(this));
$(this).addClass("selected");

Expand Down

0 comments on commit 47b480b

Please sign in to comment.