}
}
- $(specialCharsContainer).remove();
});
$('#specialCharsClose').click(function(){
$(specialCharsContainer).remove();
});
$(document).bind('click.blur-overlay', function(event){
- if ($(event.target).parents('.html-editarea').length > 0) {
+ if ($(event.target).closest('.html-editarea, #specialCharsContainer').length > 0) {
return;
}
save();