|
|
|
@ -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();
|
|
|
|
|
|
|
|
|
|