diff --git a/module/execution/js/story.js b/module/execution/js/story.js index acf01a4c38..0c84c72723 100644 --- a/module/execution/js/story.js +++ b/module/execution/js/story.js @@ -49,6 +49,10 @@ $(function() } storyIdList += $(this).val() + ','; }); + + $('#type').val('').trigger("chosen:updated"); + $('#hourPointValue').val(''); + $('input[name^=fields]').prop('checked', true); }); $('#submit').click(function()