From 8cddc5ae263f3b0cc234411f28e02921913ffb8a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 10 Aug 2023 10:02:25 +0200 Subject: [PATCH] Fix problema reload pagina parziale --- NKC_WF/Site.Master | 2 +- NKC_WF/WebUserControls/cmp_footer.ascx | 6 +++--- NKC_WF/WebUserControls/cmp_footer.ascx.cs | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/NKC_WF/Site.Master b/NKC_WF/Site.Master index d3d2677..4811a9e 100644 --- a/NKC_WF/Site.Master +++ b/NKC_WF/Site.Master @@ -29,7 +29,7 @@
- + <%--To learn more about bundling scripts in ScriptManager see https://go.microsoft.com/fwlink/?LinkID=301884 --%> <%--Framework Scripts--%> diff --git a/NKC_WF/WebUserControls/cmp_footer.ascx b/NKC_WF/WebUserControls/cmp_footer.ascx index 6723f44..a68cb91 100644 --- a/NKC_WF/WebUserControls/cmp_footer.ascx +++ b/NKC_WF/WebUserControls/cmp_footer.ascx @@ -16,8 +16,8 @@
- - + + @@ -25,7 +25,7 @@
- + diff --git a/NKC_WF/WebUserControls/cmp_footer.ascx.cs b/NKC_WF/WebUserControls/cmp_footer.ascx.cs index 0e41642..5bb5342 100644 --- a/NKC_WF/WebUserControls/cmp_footer.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_footer.ascx.cs @@ -26,8 +26,7 @@ namespace NKC_WF.WebUserControls /// private void setTimer() { - Timer1.Tick += Timer1_Tick; - Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms"); + Timer1.Interval = memLayer.ML.confReadInt("intUpdatePagina_ms"); } #endregion Private Methods