Skip to content
Snippets Groups Projects
Select Git revision
  • 8ca0169f5c52f4ba4cba82a0402abbf7b0271bd7
  • annotation-on-video default protected
  • demo_ci
  • 3-upstream-01022023
  • master
  • gh3538-captions
  • 16-adapt-for-images-annot
  • 15-api-for-annotations-on-video
  • 15-annotations-on-videos
  • video_for_annotations
  • wip-1-annotations-on-videos
  • 9-videoviewer-tests
  • 9_wip_videotests
  • 6-fix-tests-and-ci
  • _fix_ci
  • wip-webpack-from-git
16 results

i18n.js

Blame
  • custom.js 348 B
    console.log('Custom JS loaded');
    $(document).ready(function() {
        console.log('Custom JS executed');
        // Add specific classes to play buttons
        $('button:contains("Play")').html('<i class="fa-solid fa-play"></i> Écouter').addClass('btn-play').prop('title','Écouter');
    
        // Add Title on top of the page
        $('.book-header').show();
    });