aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-11-16 16:17:36 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2025-11-16 16:17:36 +0100
commit2e323bf7c20cc59a8d2017517b14d615344c5863 (patch)
treefcfc212a79e3e34b0e0bdfcc4cca7fb05f65123e /src
parent0ce5b4d4ec3303f0fc1e04012e900e5998875981 (diff)
Changed the README
Diffstat (limited to 'src')
-rw-r--r--src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js
index 654300a..59f66d0 100644
--- a/src/main.js
+++ b/src/main.js
@@ -37,7 +37,6 @@ export class GameManager extends Manager {
}
addBehaviour() {
let confirmedStatus = this.data[0].status;
-
let description = confirmedStatus ? "Round " + this.round : "Proposal";
document.getElementById("Game-description").innerHTML = description;
}
@@ -128,7 +127,6 @@ export class GameManager extends Manager {
for (let i = 0; i < this.data.length; i++) {
this.data[i].status = true;
}
- // Increment the number of games played
let selectedPlayers = [];
for (let game of this.data) {
console.log(game);