]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 14 Nov 2012 16:55:13 +0000 (16:55 +0000)
committerhadeshyp <hadeshyp>
Wed, 14 Nov 2012 16:55:13 +0000 (16:55 +0000)
cts/htdocs/scripts/base.js

index 51dd522ead00a69c5515386ffce1df903bee07ef..366bd21cb04e327c071d4653ed241537ea21aba4 100644 (file)
@@ -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)