smaller videos, work for www.pad.ma and subdomain links
This commit is contained in:
parent
66b97842f4
commit
767a1c1a60
|
@ -180,7 +180,7 @@ function setupPadmaLink(videoObj, data) {
|
||||||
var thisHtml = '';
|
var thisHtml = '';
|
||||||
thisHtml += " <span class='padmaAnnotation'>" + thisTrack.value_html + "</span>";
|
thisHtml += " <span class='padmaAnnotation'>" + thisTrack.value_html + "</span>";
|
||||||
thisHtml += "<br />";
|
thisHtml += "<br />";
|
||||||
thisHtml += "<span class='padmaContributor'> -" + thisTrack.creator + ":</span>";
|
thisHtml += "<span class='padmaContributor'> -" + thisTrack.creator + "</span>";
|
||||||
thisHtml += "<br /><br />";
|
thisHtml += "<br /><br />";
|
||||||
annotHtml += thisHtml;
|
annotHtml += thisHtml;
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,7 @@ $(function() {
|
||||||
<div class="annotationWrapper">
|
<div class="annotationWrapper">
|
||||||
|
|
||||||
<div class="trackButtons" data-selected="transcript">
|
<div class="trackButtons" data-selected="transcript">
|
||||||
<span class="trackButton" data-track="transcript">Transcript</span>
|
<span class="trackButton" data-track="transcript">Annotations</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="annotationText">
|
<div class="annotationText">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user