Merge branch 'main' of https://git-eng.ukwms.ac.id/2526-web/Kelompok02-Memory-Card
This commit is contained in:
commit
aac09cd2e3
@ -139,6 +139,7 @@ function showEndScreen(isWin) {
|
|||||||
document.getElementById("moveBonusEnd").textContent = "+" + moveBonus;
|
document.getElementById("moveBonusEnd").textContent = "+" + moveBonus;
|
||||||
document.getElementById("totalScoreEnd").textContent = total;
|
document.getElementById("totalScoreEnd").textContent = total;
|
||||||
document.getElementById("endScreen").style.display = "flex";
|
document.getElementById("endScreen").style.display = "flex";
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
|
||||||
if (isWin) {
|
if (isWin) {
|
||||||
@ -153,6 +154,8 @@ function showEndScreen(isWin) {
|
|||||||
.then(result => console.log("Status Database: " + result))
|
.then(result => console.log("Status Database: " + result))
|
||||||
.catch(error => console.error('Error:', error));
|
.catch(error => console.error('Error:', error));
|
||||||
}
|
}
|
||||||
|
=======
|
||||||
|
>>>>>>> dd08ea599df1d676b68b773a1b6ad44356bf1b64
|
||||||
}
|
}
|
||||||
|
|
||||||
function flipCard(card) {
|
function flipCard(card) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user