Compare commits

...

2 commits

Author SHA1 Message Date
Yarne Coppens
07ae0d8396 Removed wrong closing tag 2025-02-12 12:38:15 +01:00
Yarne Coppens
6d27e5dc71 Removed console.log 2025-02-12 12:36:46 +01:00
2 changed files with 1 additions and 3 deletions

View file

@ -72,8 +72,6 @@ async function loadGame() {
}, },
}; };
console.log(labels)
new Chart(playercount_votes_chart, config); new Chart(playercount_votes_chart, config);
} }

View file

@ -4,7 +4,7 @@
<div class="row"> <div class="row">
<div class="col-sm-4"> <div class="col-sm-4">
<div class="card"></div> <div class="card">
<img id="boardgame_image"> <img id="boardgame_image">
<div class="card-body"> <div class="card-body">
<h4 class="card-title" id="boardgame_name">John Doe</h4> <h4 class="card-title" id="boardgame_name">John Doe</h4>