summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorrojaro <>2010-02-23 11:59:44 +0000
committerrojaro <>2010-02-23 11:59:44 +0000
commite0723f478281b1d31d067df9f19fcccfc40c869d (patch)
tree9357d40c4108bf123bd2a8ef1e6b0a4c6cfbe5a9 /framework
parentdc727f26dab81c6ae6d06aef6db966a991e2342b (diff)
Fixed #226
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js3
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);