From c5825f7c0afd76a21862b681838213ed3298e4cb Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 19 Jun 2019 21:42:10 +0200 Subject: [PATCH] [9.1.13] footer.js stable --- core/module/theme/view/footer/footer.js.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php index 4fa4357d..6e195336 100755 --- a/core/module/theme/view/footer/footer.js.php +++ b/core/module/theme/view/footer/footer.js.php @@ -68,7 +68,7 @@ $("input, select").on("change", function() { // Position dans les blocs // Bloc texte personnalisé $(".themeFooterContent").on("change",function() { - var position = $(".themeFooterContent").val(); + var position = $("#themeFooterPosition").val(); switch($("#themeFooterTextPosition").val()) { case "hide": $("#footerText").hide(); @@ -134,7 +134,6 @@ $("#themeFooterTemplate").on("change",function() { $("#footerCopyright").hide(); $("#footerText").hide(); $("#footerSocials").hide(); - console.log(position); switch($("#themeFooterTemplate").val()) { case "1": $("#footer" + position + "Left").css("display","none");