Skip to content

Commit

Permalink
Update function.js
Browse files Browse the repository at this point in the history
  • Loading branch information
coddec authored Oct 27, 2017
1 parent 873debb commit bc31f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ function reset_all() {
$('#chkbx_reuse_no').prop('checked', false);
$('#num_output_string_length').val(1);
$('#num_output_quantity').val(1);
$('#txtarea_results').val('');
$('#btn_reset_all').prop('disabled', true);
}

Expand Down

0 comments on commit bc31f09

Please sign in to comment.