Correctly displaying location name

pull/3/head
Davide Bongiovanni 6 years ago
parent 161c866804
commit 1d5eefd87b

@ -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