"Source/Skript/lang/run_LR_SBERT.py" did not exist on "50c5a807de25cc51e37b28971bf0604542e5b906"
Commit 30294bd4 authored by Santhanavanich's avatar Santhanavanich
Browse files

bug fix

parent 03f3d053
......@@ -25,7 +25,7 @@ function addcontent(item) {
var YouTubeHTML = ''
if ('youtube' in item.links) { // to be replaced by if (item.YouTubelink) or so...
var YouTubelink = item.links.youtube // to be replaced by item.YouTubelink or so...
YouTubeHTML = `<a class="btn btn-sm btn-outline-danger" href="${YouTubelink}" target="_blank"><i class="fab fa-youtube"></i> YouTube</a>`
YouTubeHTML = `<a class="btn btn-sm btn-outline-danger mt-1" href="${YouTubelink}" target="_blank"><i class="fab fa-youtube"></i> YouTube</a>`
}
var ExploreHTML = ''
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment