try to fix embed video
This commit is contained in:
parent
9fd835456d
commit
4f951b3d22
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ $(document).ready(function() {
|
|||
var li = $("<li>").append(link);
|
||||
$(".tube ul").append(li);
|
||||
$(".lastvideo")
|
||||
.attr("src", "https://tube.crapaud-fou.org/" + data.data[0].embedPath)
|
||||
.attr("src", "https://tube.crapaud-fou.org" + data.data[0].embedPath)
|
||||
.attr("title", data.data[0].name);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue