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