diff --git a/index.html b/index.html index 97f3b71..45191c7 100644 --- a/index.html +++ b/index.html @@ -208,11 +208,6 @@ Location - -
- Veröffentlicht - Published - - -
Beschreibung Description diff --git a/js/main.js b/js/main.js index ba2c09b..585f693 100644 --- a/js/main.js +++ b/js/main.js @@ -326,7 +326,6 @@ function openUserDetailModal(user) { document.getElementById('user-detail-email').textContent = user.email || '-'; document.getElementById('user-detail-homepage').textContent = user.homepage || '-'; document.getElementById('user-detail-location').textContent = user.location || '-'; - document.getElementById('user-detail-publish').textContent = user.publish ? 'Ja / Yes' : 'Nein / No'; document.getElementById('user-detail-description').textContent = user.Description || '-'; modal.classList.remove('hidden');