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