fixed minor error network components
This commit is contained in:
parent
6e7dfb38fd
commit
b70c904ec3
|
@ -536,7 +536,7 @@ function configure_modules_form() {
|
|||
|
||||
var obj = jQuery.parseJSON(data["macros"]);
|
||||
$.each(obj, function(k, macro) {
|
||||
add_macro_field(macro, "simple-macro");
|
||||
add_macro_field(macro, "simple-macro", "td");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue