Fixes the javascript for the macros in module plugins. TICKETS #1258

This commit is contained in:
mdtrooper 2014-09-10 16:12:59 +02:00
parent 757ad9a58d
commit 633cc6e73e
1 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,10 @@ function configure_modules_form () {
} }
} }
if (data["id_modulo"] == 4) {
changePluginSelect();
}
if (data["throw_unknown_events"]) if (data["throw_unknown_events"])
$("input[name='throw_unknown_events']").check(); $("input[name='throw_unknown_events']").check();
else else