Index: trunk/FACT++/scripts/Main.js
===================================================================
--- trunk/FACT++/scripts/Main.js	(revision 15410)
+++ trunk/FACT++/scripts/Main.js	(revision 15411)
@@ -753,5 +753,5 @@
          "FAD_CONTROL/START_RUN",
          "FAD_CONTROL/STATISTICS1",
-         "FAD_CONTROL/STATISTICS2",
+ //        "FAD_CONTROL/STATISTICS2",
          "FAD_CONTROL/STATS",
          "FAD_CONTROL/STATUS",
@@ -801,5 +801,5 @@
     function check(name)
     {
-        if (list.every(function(el){return el[0]!=name;}))
+        if (list.every(function(el){return el==undefined || el[0]!=name;}))
             throw new Error("Subscription to '"+name+"' not available.");
     }
