From e0723f478281b1d31d067df9f19fcccfc40c869d Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Tue, 23 Feb 2010 11:59:44 +0000 Subject: Fixed #226 --- .../Web/Javascripts/source/prado/activecontrols/activecontrols3.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/Web') diff --git a/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js b/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js index 05334463..e187f650 100644 --- a/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js +++ b/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js @@ -188,7 +188,6 @@ Prado.WebUI.TTimeTriggeredCallback = Base.extend( startTimer : function() { - setTimeout(this.onTimerEvent.bind(this), 100); if(typeof(this.timer) == 'undefined' || this.timer == null) this.timer = setInterval(this.onTimerEvent.bind(this),this.options.Interval*1000); }, @@ -393,4 +392,4 @@ Prado.WebUI.TValueTriggeredCallback = Base.extend( }); Prado.WebUI.TActiveTableCell = Class.extend(Prado.WebUI.CallbackControl); -Prado.WebUI.TActiveTableRow = Class.extend(Prado.WebUI.CallbackControl); \ No newline at end of file +Prado.WebUI.TActiveTableRow = Class.extend(Prado.WebUI.CallbackControl); -- cgit v1.2.3