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 2df95ab commit c648f2cCopy full SHA for c648f2c
refresh.js
@@ -1,4 +1,4 @@
1
-var changesEventSource = new EventSource(":8080/changes");
+var changesEventSource = new EventSource("http://localhost:8080/changes");
2
3
function isExternal(url) {
4
var match = url.match(
0 commit comments