Fixes the javascript for the macros in module plugins. TICKETS #1258
This commit is contained in:
parent
4033f5dae8
commit
322cd38984
|
@ -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