Commit dc65a93b authored by andre's avatar andre

отладка мэйлера

parent 37d7f434
......@@ -39,7 +39,7 @@ $(document).ready(function() {
xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
xhr.send(data);
console.log("xxx");
xhr.onreadystatechange = function()
{
if (xhr.readyState == 4){
......@@ -84,7 +84,7 @@ $(document).ready(function() {
}).on('submit', function(e){
return false;
});
});
......
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