Commit de78fa23 authored by Okthane's avatar Okthane

fin

parent 53f9dc80
......@@ -119,8 +119,9 @@ $(document).ready(function(){
.done(function(response){
// let data = JSON.stringify(response);
// $("div#res").append(data);
if(!data["atraiter"]){window.open(URL_END, '_self');
// if(!data["atraiter"]){window.open(URL_END, '_self');
let data = response;
if(!data["atraiter"]){window.open(URL_END, '_self');}
console.log(data);
let prenom = data['prenom'];
let nom = data['nom'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment