Skip to content
Snippets Groups Projects
Commit 0d28e872 authored by Anthony's avatar Anthony
Browse files

Show Title page

parent 3bb9dfe7
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,7 @@ $(document).ready(function() { ...@@ -3,4 +3,7 @@ $(document).ready(function() {
console.log('Custom JS executed'); console.log('Custom JS executed');
// Add specific classes to play buttons // Add specific classes to play buttons
$('button:contains("Play")').html('<i class="fa-solid fa-play"></i>'); $('button:contains("Play")').html('<i class="fa-solid fa-play"></i>');
// Add Title on top of the page
$('.book-header').show();
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment