Merge branch 'master' of git.elab.kth.se:davide/ELAB-partsearch

pull/3/head
Wilhelm Westermark 6 years ago
commit 9da62db5b8

@ -30,7 +30,7 @@ function new_entry() {
function end_edit() {
$('table#details tr#location td p').text($('table#details tr#location td select option:checked').val());
$('table#details tr#location td p').text($('table#details tr#location td select option:checked').text());
$('table#details tr#location td p').show();
$('table#details tr#location td select').hide();

Loading…
Cancel
Save