We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d36a35 commit 526e0f3Copy full SHA for 526e0f3
src/scripts.js
@@ -6,7 +6,7 @@ window.onload = function(){
6
sourceEl.removeAttribute("href");
7
sourceEl.onclick = function(){
8
var client = new XMLHttpRequest();
9
- client.open('GET', 'http://localhost:8080/');
+ client.open('GET', 'https://hashbang.sh/');
10
client.onreadystatechange = function() {
11
console.log(client.responseText)
12
var div = document.createElement("div");
0 commit comments