mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
2009-06-09 Esteban Sanchez <estebans@artica.es>
* include/javascript/pandora_modules.js: Fixed variable name. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1745 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
eb4e9b75fb
commit
20935a463d
@ -1,3 +1,7 @@
|
|||||||
|
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
|
* include/javascript/pandora_modules.js: Fixed variable name.
|
||||||
|
|
||||||
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/agent_manager.php: Fixed string filter when
|
* godmode/agentes/agent_manager.php: Fixed string filter when
|
||||||
|
@ -158,7 +158,7 @@ function configure_modules_form () {
|
|||||||
if (moduletype == 5) {
|
if (moduletype == 5) {
|
||||||
if ($("#prediction_module").val () == null) {
|
if ($("#prediction_module").val () == null) {
|
||||||
$("#prediction_module").focus ();
|
$("#prediction_module").focus ();
|
||||||
$("#message").showMessage (no_module_lang);
|
$("#message").showMessage (no_prediction_module_lang);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user