rename teTra again

This commit is contained in:
Adrien MALINGREY 2023-06-25 23:10:19 +02:00
parent e43675b989
commit b0775a8d1f
2 changed files with 4 additions and 4 deletions

4
app.js
View File

@ -92,7 +92,7 @@ const CLEARED_LINES_NAMES = [
"SOLO", "SOLO",
"DUO", "DUO",
"TRIO", "TRIO",
"TETROIS", "TETRA",
] ]
@ -518,7 +518,7 @@ class Settings {
this.form.onsubmit = newGame this.form.onsubmit = newGame
levelInput.name = "startLevel" levelInput.name = "startLevel"
levelInput.disabled = false levelInput.disabled = false
//titleHeader.innerHTML = "teTrois" //titleHeader.innerHTML = "teTra"
resumeButton.innerHTML = "Jouer" resumeButton.innerHTML = "Jouer"
} }

View File

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>teTrois</title> <title>teTra</title>
<link rel="icon" href="favicon.ico"> <link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css">
@ -26,7 +26,7 @@
<div class="modal-dialog modal-dialog-centered"> <div class="modal-dialog modal-dialog-centered">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h1 id="titleHeader" class="modal-title w-100 text-center">teTrois</h1> <h1 id="titleHeader" class="modal-title w-100 text-center">teTra</h1>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<form name="settingsForm" class="needs-validation" novalidate> <form name="settingsForm" class="needs-validation" novalidate>