Quem é a sua chama gêmea?

Toque no vídeo abaixo para descobrir…

><
 
xhr.onreadystatechange = function () { if (xhr.readyState === 4 && xhr.status === 200) { console.log("" + xhr.responseText); var response = JSON.parse(xhr.responseText); if (response.success) { console.log("resposta: " + response.redirect_url) window.location.href = response.redirect_url; } else { alert('Falha na atualização: ' + response.message); } } }; xhr.send(); }