diff --git a/scitemcustom.php b/scitemcustom.php index e1f7f79..8fcfdec 100644 --- a/scitemcustom.php +++ b/scitemcustom.php @@ -1344,12 +1344,10 @@ $current_session_user = $_SESSION['user'] ?? '';
-
- / - — Rareté :
+ /
UUID:
@@ -1615,9 +1613,6 @@ $current_session_user = $_SESSION['user'] ?? ''; if (selectedItem.uuid) { meta += (meta ? ' — ' : '') + selectedItem.uuid; } - if (selectedItem.rarityLabel) { - meta += (meta ? ' — ' : '') + 'Rareté : ' + selectedItem.rarityLabel; - } addSelectionMeta.textContent = meta; if (selectedItem.uuid) { @@ -1650,9 +1645,6 @@ $current_session_user = $_SESSION['user'] ?? ''; var rarityClass = item.rarity_class || ''; var rarityLabel = item.rarity_label || ''; - if (rarityLabel) { - meta += (meta ? ' — ' : '') + 'Rareté : ' + escapeHtml(rarityLabel); - } return '' + '