1 397
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 121 : | Ligne 121 : | ||
if(feuVertTitre && feuVertCategorie) { | if(feuVertTitre && feuVertCategorie) { | ||
lienAppelCreation = encodeURI (titreProposed + "?action=edit§ion=new&preload=Modèle:" + categorieChoisie); | lienAppelCreation = encodeURI (titreProposed + "?action=edit§ion=new&preload=Modèle:" + categorieChoisie); | ||
alert (lienAppelCreation); | |||
// Réinitialisation au cas où on utiliserait le bouton retour du navigateur | // Réinitialisation au cas où on utiliserait le bouton retour du navigateur | ||
Ligne 128 : | Ligne 128 : | ||
// Création de la nouvelle page | // Création de la nouvelle page | ||
window.location.href = lienAppelCreation; | //window.location.href = lienAppelCreation; | ||
} | } | ||