@@ -35,7 +36,7 @@
--%>
-
--%>
diff --git a/MP-Site/MappaStatoSeq.aspx.cs b/MP-Site/MappaStatoSeq.aspx.cs
index e487c514..7cbee02e 100644
--- a/MP-Site/MappaStatoSeq.aspx.cs
+++ b/MP-Site/MappaStatoSeq.aspx.cs
@@ -85,7 +85,7 @@ namespace MoonPro
protected void ddlNumgg_SelectedIndexChanged(object sender, EventArgs e)
{
- mod_sequencerStatiJS2.periodo = intervalloAnalisi;
+ mod_sequencerStatiJS2.numGG = Convert.ToInt32(ddlNumgg.SelectedValue);
#if false
repSeq.DataBind();
#endif
diff --git a/MP-Site/Web.config b/MP-Site/Web.config
index fd172c16..0bb2eb88 100644
--- a/MP-Site/Web.config
+++ b/MP-Site/Web.config
@@ -15,7 +15,7 @@
-
+
diff --git a/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx b/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx
index 6fe390c9..bce21f2e 100644
--- a/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx
+++ b/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx
@@ -9,11 +9,26 @@