ajout fichier prestation, fusion des 3 pages
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
</div>
|
||||
|
||||
<div class="d-flex gap-3 mt-4">
|
||||
<a href="liste_prestations.html" class="btn btn-secondary w-50">Annuler</a>
|
||||
<a href="../../prestations/liste_prestation/liste_prestation.html" class="btn btn-secondary w-50">Annuler</a>
|
||||
<button type="submit" class="btn btn-primary w-50">Ajouter</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -48,5 +48,8 @@ form.addEventListener("submit", function (e) {
|
||||
existingPrestations.push(titre);
|
||||
|
||||
|
||||
setTimeout(() => {
|
||||
window.location.href = "../liste_prestation/liste_prestation.html";
|
||||
}, 1500);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user