a little change for hobby editing modal. And theme fix for every editing modal.
All checks were successful
gitea/JBunker/pipeline/head This commit looks good
All checks were successful
gitea/JBunker/pipeline/head This commit looks good
This commit is contained in:
parent
32b730a9a8
commit
0c3bffb873
@ -142,7 +142,9 @@ function show_modal_edit(jobj, oid) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( section != "actions" ) {
|
||||||
$("#object_selected_theme option[value="+jobj.theme+"]").prop('selected', true);
|
$("#object_selected_theme option[value="+jobj.theme+"]").prop('selected', true);
|
||||||
|
}
|
||||||
|
|
||||||
$("#modal_submit_edit").css("display", "");
|
$("#modal_submit_edit").css("display", "");
|
||||||
$("#modal_submit_add").css("display", "none");
|
$("#modal_submit_add").css("display", "none");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user