Fix for video resizing

This commit is contained in:
Calvin Montgomery 2017-01-23 21:56:11 -08:00
parent 2c57719318
commit d7c3edfac5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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) {