Commit 00afa327 authored by Antek Grzanka's avatar Antek Grzanka

Change xhr url.

parent 38103464
......@@ -75,8 +75,8 @@
document.getElementById('widget').innerHTML = xhr.response;
}
}
xhr.open('GET', 'http://localhost:8090/view', true);
//xhr.open('GET', 'http://smog.telemabk.pl/view', true);
//xhr.open('GET', 'http://localhost:8090/view', true);
xhr.open('GET', 'http://smog.telemabk.pl/view', true);
xhr.send(null);
});
......
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