retouche des redirections de page
This commit is contained in:
@@ -40,7 +40,7 @@ existingCategories.push(nom);
|
||||
|
||||
// Redirection après 1 seconde
|
||||
setTimeout(() => {
|
||||
window.location.href = "../html/liste_categorie_article.html";
|
||||
window.location.href = "../html/accueil_blog.html";
|
||||
}, 1000);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user