Loading plugins/google/google.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
plugins/google/google.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -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); Loading