le bouton "j'ai plus de 18 ans" fonctionne à nouveau
This commit is contained in:
parent
abee696da8
commit
5037ec6982
@ -133,6 +133,7 @@ $config = getSiteConfig();
|
|||||||
<script>
|
<script>
|
||||||
// Gestion du contenu mature
|
// Gestion du contenu mature
|
||||||
function acceptMatureContent() {
|
function acceptMatureContent() {
|
||||||
|
document.body.classList.remove('gallery-page-mature');
|
||||||
document.body.classList.remove('content-blurred');
|
document.body.classList.remove('content-blurred');
|
||||||
const warning = document.getElementById('mature-warning');
|
const warning = document.getElementById('mature-warning');
|
||||||
if (warning) {
|
if (warning) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user