summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-15 19:08:27 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-15 19:08:27 +0100
commit09ae6ace9903e75c1ae03322b2d9ed53a3565edf (patch)
treee5592eff9ef0fb5d88ae8a50836faa74318e74db /scripts
parent9533c583eb940742e7b8ac4368aacf1cd27c43c3 (diff)
downloadquatuorbellefeuille.com-09ae6ace9903e75c1ae03322b2d9ed53a3565edf.tar.xz
Provide information about website code
Also set JS free 🔥
Diffstat (limited to 'scripts')
-rw-r--r--scripts/concerts.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/concerts.js b/scripts/concerts.js
index c4a07f3..bc1f47e 100644
--- a/scripts/concerts.js
+++ b/scripts/concerts.js
@@ -1,3 +1,4 @@
+// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0
// When JS is enabled, hide concert details by default, and allow the
// user to display concerts selectively.
var detailsStyle = document.createElement('style');
@@ -32,3 +33,4 @@ document.querySelectorAll('.event > a.thumbnail').forEach((link) => {
pHint.style.display = 'none';
});
});
+// @license-end