forked from ZwiiCMS-Team/ZwiiCMS
supprimer les animations de cookies
This commit is contained in:
parent
ed1d0f19d5
commit
fef670a209
@ -132,7 +132,6 @@
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cookieContainer">
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<?php echo template::textarea('connectCookiesZwiiText', [
|
||||
@ -179,5 +178,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,12 +41,13 @@ $( document).ready(function() {
|
||||
/**
|
||||
* Cookie
|
||||
*/
|
||||
/*
|
||||
if ($("input[name=configCookieConsent]").is(':checked')) {
|
||||
$("#cookieContainer").slideDown();
|
||||
} else {
|
||||
$("#cookieContainer").slideUp();
|
||||
}
|
||||
|
||||
*/
|
||||
// Gestion des événements
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@ -189,7 +190,7 @@ $( document).ready(function() {
|
||||
/**
|
||||
* Options des cookies
|
||||
*/
|
||||
|
||||
/*
|
||||
$("input[name=configCookieConsent]").on("change", function() {
|
||||
if ($("input[name=configCookieConsent]").is(':checked')) {
|
||||
$("#cookieContainer").slideDown();
|
||||
@ -197,7 +198,7 @@ $( document).ready(function() {
|
||||
$("#cookieContainer").slideUp();
|
||||
}
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
var configLayout = getCookie("configLayout");
|
||||
if (configLayout == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user