From 1c8d3c6ff37892ff4092229039f886dc59619546 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 26 Feb 2021 17:50:51 +0100 Subject: Simplify thumbnail structure --- "actualit\303\251s.html" | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'actualités.html') diff --git "a/actualit\303\251s.html" "b/actualit\303\251s.html" index a5a85a8..99d54ae 100644 --- "a/actualit\303\251s.html" +++ "b/actualit\303\251s.html" @@ -2,18 +2,14 @@

Prochains concerts

Concerts passés

@@ -78,7 +74,7 @@ if (anchor.match(/#concert-/)) { document.querySelector(anchor).classList.add('active'); } - document.querySelectorAll('.event a').forEach((link) => { + document.querySelectorAll('a.event').forEach((link) => { link.addEventListener('click', function(click) { if (click.ctrlKey || click.shiftKey) return; -- cgit v1.2.3