mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-03-18 21:40:41 +01:00
I'M A TEAPOT (no fix affichage)
This commit is contained in:
@@ -73,6 +73,6 @@ class Response
|
||||
header('Cache-control: no-store, no-cache, must-revalidate');
|
||||
header('Pragma: no-cache');
|
||||
http_response_code(418);
|
||||
echo json_encode($data);
|
||||
echo json_encode($data); // I'm a teapot
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,7 @@ function displayHomeTopBar() {
|
||||
<button class="dropdown-item z-3" id="user-name-profile">Profil</button>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light" id="user-calendar">Mes rendez-vous</p>
|
||||
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light mt-3" id="user-calendar">Mes rendez-vous</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="searchbar"></div>`;
|
||||
@@ -70,7 +70,7 @@ function displayHomeTopBar() {
|
||||
<button class="dropdown-item z-3" id="user-name-profile">Profil</button>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light" id="praticien-calendar">Mes rendez-vous practicien</p>
|
||||
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light mt-3" id="praticien-calendar">Mes rendez-vous practicien</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="searchbar"></div>`;
|
||||
|
||||
Reference in New Issue
Block a user