From d7c3edfac5bf9dde9160bda19baa987f363a0bcc Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Mon, 23 Jan 2017 21:56:11 -0800 Subject: [PATCH] Fix for video resizing --- templates/channel.pug | 2 +- www/js/callbacks.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/channel.pug b/templates/channel.pug index 1aac98d6..4e8904e2 100644 --- a/templates/channel.pug +++ b/templates/channel.pug @@ -53,7 +53,7 @@ html(lang="en") p#currenttitle span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller") span#resize-video-larger.glyphicon.glyphicon-plus.pointer(title="Make the video larger") - | Nothing Playing + span#currenttitle-text Nothing Playing .embed-responsive.embed-responsive-16by9 #ytapiplayer.embed-responsive-item #controlsrow.row diff --git a/www/js/callbacks.js b/www/js/callbacks.js index 025fce2b..3ee9935f 100644 --- a/www/js/callbacks.js +++ b/www/js/callbacks.js @@ -837,7 +837,7 @@ Callbacks = { $("#voteskip").attr("disabled", false); } - $("#currenttitle").text("Currently Playing: " + data.title); + $("#currenttitle-text").text("Currently Playing: " + data.title); }, mediaUpdate: function(data) {