mirror of
https://github.com/groupe1cir1n/groupe1CIR1Njs.git
synced 2026-01-18 16:37:25 +01:00
maybe repared a mistake in publication
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<input type="text" id="entry_title" placeholder="Title" onkeypress="searchTitle(event)">
|
||||
<input type="text" id="entry_author" placeholder="Nom d'auteur" onkeypress="searchAuthor(event)">
|
||||
<input type="text" id="entry_date" placeholder="Date" onkeypress="searchDate(event)">
|
||||
<button class="button" id="search_button" onclick="searchTitle(event), searchAuthor(event), searchDate(event)">Rechercher</button>
|
||||
<button class="button" id="search_button" onclick="searchTitle(event) && searchAuthor(event) && searchDate(event)">Rechercher</button>
|
||||
</div>
|
||||
<div class="publi">
|
||||
<p><img src="src/img/publications/pink square.png" alt="pink square" class="squares">
|
||||
|
||||
@@ -59,7 +59,7 @@ function slide({ timing, draw, duration }) {
|
||||
}
|
||||
|
||||
function draw(progress) {
|
||||
const train = document.getElementById('train');
|
||||
const train = document.getElementById('lahidden');
|
||||
train.style.left = progress + 'px';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user