diff --git a/web/quilt/quilt.js b/web/quilt/quilt.js index 766ddf6..38ce66d 100644 --- a/web/quilt/quilt.js +++ b/web/quilt/quilt.js @@ -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