Fix chocos select
This commit is contained in:
parent
c046ab121c
commit
e2a454bf78
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user