* Fix bug #26243.
This commit is contained in:
@@ -49,6 +49,10 @@ $(function()
|
||||
}
|
||||
storyIdList += $(this).val() + ',';
|
||||
});
|
||||
|
||||
$('#type').val('').trigger("chosen:updated");
|
||||
$('#hourPointValue').val('');
|
||||
$('input[name^=fields]').prop('checked', true);
|
||||
});
|
||||
|
||||
$('#submit').click(function()
|
||||
|
||||
Reference in New Issue
Block a user