mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
fixed modules selection in agent wizard
This commit is contained in:
parent
3a95c3dd58
commit
b1bb1e2aa0
@ -4759,7 +4759,7 @@ class AgentWizard extends HTML
|
|||||||
var imageInfoModules = $("#image-info-modules-" + blockNumber);
|
var imageInfoModules = $("#image-info-modules-" + blockNumber);
|
||||||
var totalCount = 0;
|
var totalCount = 0;
|
||||||
var markedCount = 0;
|
var markedCount = 0;
|
||||||
var hidden_input = document.getElementById("hidden-module-active-"+switchName[2]+"_0-0");
|
var hidden_input = document.getElementById("hidden-module-active-"+switchName[2]+"_"+switchName[3]);
|
||||||
var id_input = hidden_input.id.split("_");
|
var id_input = hidden_input.id.split("_");
|
||||||
if (type == 'block') {
|
if (type == 'block') {
|
||||||
selectedBlock
|
selectedBlock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user