Revert "Revert "disable stream stats above videos""
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Sat, 25 Mar 2017 19:50:41 +0000 (15:50 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Sat, 25 Mar 2017 19:50:41 +0000 (15:50 -0400)
This reverts commit a6dc86d5ba56bc32eaf10c933ed07fd53fb0d05b.

2017/assets/js/stream.js

index 25dd5caee99bdc924399bc4bc3d875ae14178ea3..461c43d6fd37d2ad4e3f90c2b1adccb06671b829 100644 (file)
@@ -272,13 +272,14 @@ app.view = function(ctrl) {
     //   info = null;
     // }
 
-    return m(".row", [
-      m(".col-sm-8", info),
-      m(".col-sm-4.text-right", [
-        m("strong", stats.listeners),
-        " watching"
-      ])
-    ]);
+    //return m(".row", [
+    //  m(".col-sm-8", info),
+    //  m(".col-sm-4.text-right", [
+    //    m("strong", stats.listeners),
+    //    " watching"
+    //  ])
+    //]);
+    return m("span");
   }
 
   return [