Skip to content

Commit

Permalink
Die statisticken sind jetzt geschlossen
Browse files Browse the repository at this point in the history
  • Loading branch information
klimmster committed Jul 3, 2024
1 parent 698f23f commit 7370fee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/js/admin/statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
let detailsDiv = document.getElementById('projectDetailsContent');
detailsDiv.innerHTML = data.map(project => `
<div class="statistic_box">
<br>
<details open><summary><h2>Projektdetails für ${project['Projektname']}</h2></summary>
<details><summary><h1>Projektdetails für ${project['Projektname']}</h1></summary>
<p><table class="details-table">
<tr>
<th>Attribut</th>
Expand Down

0 comments on commit 7370fee

Please sign in to comment.