Vrac : set theme

This commit is contained in:
Michael RICOIS 2017-09-13 12:34:51 +02:00
parent 171cd8e55f
commit 2086d3c18a

View File

@ -40,6 +40,8 @@ function initFaces()
if(theme == "fleurs" || theme == "tendance" || theme == "uv" || theme == "voyage" || theme == "vintage" || theme == "gourmandise") { if(theme == "fleurs" || theme == "tendance" || theme == "uv" || theme == "voyage" || theme == "vintage" || theme == "gourmandise") {
$('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .choco5 .front"); $('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .choco5 .front");
} }
$('.chocos-holder').addClass(theme);
} }
function defDATEMARIAGE(obj){ function defDATEMARIAGE(obj){