From: hadeshyp Date: Wed, 14 Nov 2012 16:55:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d31272b287c9f1041a63da560da2f3ed2dd223f0;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/scripts/base.js b/cts/htdocs/scripts/base.js index 51dd522..366bd21 100644 --- a/cts/htdocs/scripts/base.js +++ b/cts/htdocs/scripts/base.js @@ -185,8 +185,8 @@ var CTS = new Class({ onFailure: function(xhr) { window.clearTimeout(manualTimeout); - xhrFailure(xhr); - this.dataUpdate.delay(5000, this); + //xhrFailure(xhr); + this.dataUpdate.delay(1000, this); dup.addClass('error').set('text', 'Update failed').setStyle('display', 'block'); $('status-indicator').set('class', 'error'); }.bind(this)