disable stream stats above videos
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Tue, 21 Mar 2017 21:14:14 +0000 (17:14 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Tue, 21 Mar 2017 21:14:14 +0000 (17:14 -0400)
since this feature is not currently working.

2017/assets/js/stream.js

index 78c1606cfceb148338893ddc7476e7ba2a651320..41092800d4789987f558f17aff39814745dea361 100644 (file)
@@ -268,13 +268,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 [