mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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"]);
|
var obj = jQuery.parseJSON(data["macros"]);
|
||||||
$.each(obj, function(k, macro) {
|
$.each(obj, function(k, macro) {
|
||||||
add_macro_field(macro, "simple-macro");
|
add_macro_field(macro, "simple-macro", "td");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user