Commit e4a50931 authored by Boris Kocherov's avatar Boris Kocherov

function render_subform renamed to render_object

parent a4e3e8e4
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
} }
if (json_field.type === "object") { if (json_field.type === "object") {
render_subform( render_object(
gadget, gadget,
json_field, json_field,
default_value, default_value,
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
return div; return div;
} }
function render_subform(gadget, json_field, default_dict, root, path) { function render_object(gadget, json_field, default_dict, root, path) {
var div_input, var div_input,
key, key,
div, div,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment