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 4033f5dae8
commit 322cd38984
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"])
$("input[name='throw_unknown_events']").check();
else