Fix chocos select

This commit is contained in:
Michael RICOIS 2017-08-24 12:09:32 +02:00
parent c046ab121c
commit e2a454bf78

View File

@ -77,7 +77,7 @@ function initFaces()
font = $('#CHOCO'+v+'-FONT').val();
$('.choco'+v+' .txtface').html($('#custom_elmts .initiales-holder').clone());
}
$('.choco'+i+' .txtface').addClass(font);
$('.choco'+v+' .txtface').addClass(font);
if (color == '' || typeof(color) == 'undefined') {
$('.choco'+v+' .imgface').css('background', 'url('+themeImg+'face.jpg)');
} else {