Commit bf530fc7 authored by jan.koester's avatar jan.koester
Browse files

test

parent 180e8328
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -169,12 +169,7 @@ namespace blogi {

            json_object_object_add(jform, "fields", jfields);

            json_object *jbuttons = json_object_new_array();
            json_object *jbtn = json_object_new_object();
            json_object_object_add(jbtn, "type", json_object_new_string("submit"));
            json_object_object_add(jbtn, "label", json_object_new_string("Save Changes"));
            json_object_array_add(jbuttons, jbtn);
            json_object_object_add(jform, "buttons", jbuttons);
            json_object_object_add(jform, "submit", json_object_new_string("Save Changes"));

            json_object_object_add(jroot, "form", jform);