summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actualités.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/actualités.html b/actualités.html
index c0999c7..4973a09 100644
--- a/actualités.html
+++ b/actualités.html
@@ -225,6 +225,8 @@
<!-- TODO: prevent scroll when clicking on overflowing details -->
<script>
+ // When JS is enabled, hide concert details by default, and
+ // allow the user to display concerts selectively.
var detailsStyle = document.createElement('style');
document.head.appendChild(detailsStyle);
detailsStyle.sheet.insertRule('.details:not(.active) {display:none}');