mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#12542 trigger module change
This commit is contained in:
parent
5191739658
commit
c973d8b257
@ -159,9 +159,8 @@ function configure_modules_form() {
|
|||||||
period_select_update("module_interval", data["module_interval"]);
|
period_select_update("module_interval", data["module_interval"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#id_module_group")
|
$("#id_module_group").val(data["id_module_group"]);
|
||||||
.val(data["id_module_group"])
|
$("#id_module_group").trigger("change");
|
||||||
.trigger("change");
|
|
||||||
|
|
||||||
if (data["history_data"]) $("#checkbox-history_data").check();
|
if (data["history_data"]) $("#checkbox-history_data").check();
|
||||||
else $("#checkbox-history_data").uncheck();
|
else $("#checkbox-history_data").uncheck();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user