one more quilt url correction

main
joak 8 months ago
parent 27516eb2f5
commit 58336aea67

@ -27,7 +27,7 @@ var wholeUrl = document.currentScript.getAttribute('data-wholeUrl');
console.log(cutFileName);
var table;
let xhr = new XMLHttpRequest();
xhr.open('GET', '/quilt/quilt.html');
xhr.open('GET', 'https://issue.xpub.nl/23/quilt/quilt.html');
xhr.send();
xhr.onload = function() {
if (xhr.status != 200) { //what its not a 200 :D

Loading…
Cancel
Save