Skip to content

Commit 526e0f3

Browse files
committed
scripts.js: Fixup target URL
1 parent 2d36a35 commit 526e0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ window.onload = function(){
66
sourceEl.removeAttribute("href");
77
sourceEl.onclick = function(){
88
var client = new XMLHttpRequest();
9-
client.open('GET', 'http://localhost:8080/');
9+
client.open('GET', 'https://hashbang.sh/');
1010
client.onreadystatechange = function() {
1111
console.log(client.responseText)
1212
var div = document.createElement("div");

0 commit comments

Comments
 (0)