mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
system: click to edit should start edit mode ;)
This commit is contained in:
parent
b3bbc38921
commit
d8bc23ef15
@ -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[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user