Location should now stay the same on creation of new part

master
davide 6 years ago
parent ff55c778ef
commit 5da9712276

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

Loading…
Cancel
Save