From: Andrew Engelbrecht <sudoman@ninthfloor.org> Date: Tue, 21 Mar 2017 21:14:14 +0000 (-0400) Subject: disable stream stats above videos X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=40911fdace0baf42cd5ae221fe3f2fdba8df0eab;p=libreplanet-static.git disable stream stats above videos since this feature is not currently working. --- diff --git a/2017/assets/js/stream.js b/2017/assets/js/stream.js index 78c1606c..41092800 100644 --- a/2017/assets/js/stream.js +++ b/2017/assets/js/stream.js @@ -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 [