Fixes the javascript for the macros in module plugins. TICKETS #1258
This commit is contained in:
parent
757ad9a58d
commit
633cc6e73e
|
@ -360,6 +360,10 @@ function configure_modules_form () {
|
|||
}
|
||||
}
|
||||
|
||||
if (data["id_modulo"] == 4) {
|
||||
changePluginSelect();
|
||||
}
|
||||
|
||||
if (data["throw_unknown_events"])
|
||||
$("input[name='throw_unknown_events']").check();
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue