#11836 fix style for error on #11219

This commit is contained in:
Jonathan 2023-08-04 13:46:15 +02:00
parent 774ab78a5b
commit 2a4500bd16

View File

@ -488,4 +488,10 @@ echo '</div>';
return height_logo + height_tabs + padding_menu + height_position;
}
});
<?php
if (get_user_language($config['id_user']) == 'es') {
?>
console.log($('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;'));
<?php } ?>
</script>