From 0d28e8723598b0f6b379ef35d96242f6d3cc3b9e Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Tue, 14 Jan 2025 16:15:51 +0100 Subject: [PATCH] Show Title page --- macao/assets/custom.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macao/assets/custom.js b/macao/assets/custom.js index 034a11d..476925a 100644 --- a/macao/assets/custom.js +++ b/macao/assets/custom.js @@ -3,4 +3,7 @@ $(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>'); + + // Add Title on top of the page + $('.book-header').show(); }); -- GitLab