commentaires et fail
This commit is contained in:
parent
073290f3e9
commit
4d0795d2de
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" href="" id="link-css">
|
<link rel="stylesheet" href="" id="link-css">
|
||||||
<link rel="stylesheet" href="./css/index.css">
|
<link rel="stylesheet" href="./css/index.css">
|
||||||
<link rel="stylesheet" href="./css/alerte/a1.css" id="alerte-css">
|
<link rel="stylesheet" href="./css/alerte/a1.css" id="alerte-css">
|
||||||
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="./js/intro.js" defer></script>
|
<script src="./js/intro.js" defer></script>
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@ function fermerAlerte() {
|
||||||
// enlève notre élément de la file
|
// enlève notre élément de la file
|
||||||
|
|
||||||
const alerte_vue = file_alertes.shift()
|
const alerte_vue = file_alertes.shift()
|
||||||
console.log(alerte_vue)
|
|
||||||
|
|
||||||
// resolve la promise de ouvrirAlerte avec la valeur de l'input
|
// resolve la promise de ouvrirAlerte avec la valeur de l'input
|
||||||
// quand l'utilisateur a fermé l'alerte
|
// quand l'utilisateur a fermé l'alerte
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue