system: click to edit should start edit mode ;)

This commit is contained in:
Franco Fichtner 2022-08-11 16:17:36 +02:00
parent b3bbc38921
commit d8bc23ef15

View File

@ -308,6 +308,7 @@ legacy_html_escape_form_data($pconfig);
function show_value(key) {
$('#show-' + key + '-btn').html('');
$('#show-' + key + '-val').show();
$("[name='" + key + "']").focus();
}
//<![CDATA[