Cin7 templates. Some changes for Sandata. Downlaoded new templates.
This commit is contained in:
@ -25,10 +25,9 @@
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
$( window ).on( "load", function() {
|
||||
if(document.querySelector('[class="sc-hKpBwk dJbOiC Transcript_Caption"]').innerHTML.includes('Transcript for')) {
|
||||
document.querySelector('[class="sc-hKpBwk dJbOiC Transcript_Caption"]').innerHTML = "<h3 class='sc-hKpBwk dJbOiC Transcript_Caption'>Transcript</h3>";
|
||||
$(document).ready(function() {
|
||||
if(document.querySelector('[class="sc-ktCSKO iBNVtU Transcript_Caption"]').innerHTML.includes('Transcript for')) {
|
||||
document.querySelector('[class="sc-ktCSKO iBNVtU Transcript_Caption"]').innerHTML = "<h3 class='sc-ktCSKO iBNVtU Transcript_Caption'>Transcript</h3>";
|
||||
}
|
||||
}
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
Binary file not shown.
@ -30,10 +30,10 @@
|
||||
{{course.properties.course_duration}} min
|
||||
</div>
|
||||
{% endif %}
|
||||
{% unless course.properties.recommended_for_group == 'missing property: audience' %}
|
||||
{% unless course.properties.audience == 'missing property: audience' %}
|
||||
<div class="recommended">
|
||||
<i class="far fa-users"></i>
|
||||
{{course.properties.recommended_for_group}}
|
||||
{{course.properties.audience}}
|
||||
</div>
|
||||
{% endunless %}
|
||||
</div>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user