From 056470b47c90f3aa73f19365767c9451bf13cded Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Fri, 3 Feb 2017 03:51:13 -0500 Subject: [PATCH] Convert to HTML5 video player (temp) --- js/page/watch.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/page/watch.js b/js/page/watch.js index 18bbb97c2..c58d10281 100644 --- a/js/page/watch.js +++ b/js/page/watch.js @@ -29,7 +29,7 @@ var WatchPage = React.createClass({ // TODO: Would be nice to check if we have the MOOV before starting playing if (status) { this.setState({ - loadStatusMessage: status.message + loadStatusMessage: status.message, }); } setTimeout(() => { this.updateLoadStatus() }, 250); @@ -57,8 +57,7 @@ var WatchPage = React.createClass({ !this.state.readyToPlay ? :
- +
); }