diff options
| -rw-r--r-- | framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| 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);
 | 
