mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix in prediction modules creation
This commit is contained in:
parent
b23f101812
commit
e56512246b
@ -630,7 +630,7 @@ function configure_modules_form() {
|
|||||||
|
|
||||||
moduletype = $("#hidden-moduletype").val();
|
moduletype = $("#hidden-moduletype").val();
|
||||||
if (moduletype == 5) {
|
if (moduletype == 5) {
|
||||||
if ($("#prediction_module").val() == null) {
|
if ($("#id_modules").val() === null) {
|
||||||
$("#prediction_module").focus();
|
$("#prediction_module").focus();
|
||||||
$("#message").showMessage(no_prediction_module_lang);
|
$("#message").showMessage(no_prediction_module_lang);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user