Revert "disable stream stats above videos"
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Tue, 21 Mar 2017 22:50:55 +0000 (18:50 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Tue, 21 Mar 2017 22:50:55 +0000 (18:50 -0400)
This reverts commit 40911fdace0baf42cd5ae221fe3f2fdba8df0eab.

Testing stats now that live2.fsf.org has https

2017/assets/js/stream.js

index e9b733ceff39691ea8af7cd78bee861209039fc6..a3551ac5b88d6407f69bc8efc057f6e0b6ae54be 100644 (file)
@@ -272,14 +272,13 @@ 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("span");
+    return m(".row", [
+      m(".col-sm-8", info),
+      m(".col-sm-4.text-right", [
+        m("strong", stats.listeners),
+        " watching"
+      ])
+    ]);
   }
 
   return [