mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-3825-local-components-salen-con-intervalos-inversos' into 'develop'
Changed check value on JS See merge request artica/pandorafms!2340
This commit is contained in:
commit
6b4f1466f7
@ -196,10 +196,10 @@ function configure_modules_form() {
|
|||||||
);
|
);
|
||||||
$("#text-unit").attr("value", data["unit"] == "" ? "" : data["unit"]);
|
$("#text-unit").attr("value", data["unit"] == "" ? "" : data["unit"]);
|
||||||
$("#checkbox-critical_inverse").prop(
|
$("#checkbox-critical_inverse").prop(
|
||||||
"checked",
|
"uncheck",
|
||||||
data["critical_inverse"]
|
data["critical_inverse"]
|
||||||
);
|
);
|
||||||
$("#checkbox-warning_inverse").prop("checked", data["warning_inverse"]);
|
$("#checkbox-warning_inverse").prop("uncheck", data["warning_inverse"]);
|
||||||
$("#component_loading").hide();
|
$("#component_loading").hide();
|
||||||
$("#id_module_type").change();
|
$("#id_module_type").change();
|
||||||
if ($("#id_category").is("select")) {
|
if ($("#id_category").is("select")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user