Commit 2fee4fa6 authored by andre's avatar andre

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

parent dc65a93b
...@@ -39,7 +39,7 @@ $(document).ready(function() { ...@@ -39,7 +39,7 @@ $(document).ready(function() {
xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
xhr.send(data); xhr.send(data);
console.log("xxx");
xhr.onreadystatechange = function() xhr.onreadystatechange = function()
{ {
if (xhr.readyState == 4){ if (xhr.readyState == 4){
......
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