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 4bc6a0b commit c7372bcCopy full SHA for c7372bc
logcompiler/sshd/load.js
@@ -5,7 +5,7 @@ function imgLoad(image) {
5
return new Promise(function (resolve, reject) {
6
// Standard XHR to load an image
7
var request = new XMLHttpRequest();
8
- var url = 'http://127.0.0.1:4444/data/sshd/'+image+'.svg'
+ var url = 'http://127.0.0.1:1323/data/sshd/'+image+'.svg'
9
request.open('GET', url);
10
request.responseType = 'blob';
11
@@ -52,4 +52,4 @@ function loadImage(date, type) {
52
}, function (Error) {
53
console.log(Error);
54
});
55
-}
+}
0 commit comments