Appending datasheet url to form data

pull/3/head
Davide Bongiovanni 6 years ago
parent 623770091b
commit afecca7172

@ -29,6 +29,7 @@ function new_entry() {
$('table#details tr#description td p').text('');
$('table#details tr#partno td input').val('');
$('table#details tr#description td input').val('');
$('input[name=datasheet-url-input]').val('');
container_onchange();
init_edit(-1);
overlay_in();

Loading…
Cancel
Save