[9.1.13] footer.js stable

This commit is contained in:
fredtempez 2019-06-19 21:42:10 +02:00
parent 5688d78bb4
commit c5825f7c0a
1 changed files with 1 additions and 2 deletions

View File

@ -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");