Skip to content

Commit

Permalink
Remove unused code and accidential space.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravypod committed Jun 15, 2016
1 parent 8d5fb31 commit f31d62b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/get-video.js
Expand Up @@ -306,7 +306,7 @@ $(function () {

var listNode = $("#list-template li").clone();

listNode.find(".poster div").css("background-image", `url(${imgUrl})`);
listNode.find(".poster div").css("background-image", `url(${imgUrl})`);
listNode.find(".video-title").text(videoInfo.title);
listNode.find(".video-author").text(videoInfo.author);

Expand Down Expand Up @@ -390,7 +390,6 @@ $(function () {
var on_error = function (event) {
console.log("On Error Event");
$("#channel-up").click();
error();
};

var create_player = function () {
Expand Down

0 comments on commit f31d62b

Please sign in to comment.