From 58336aea67104548366f76f04c3cf04eb0fdcb64 Mon Sep 17 00:00:00 2001 From: joak Date: Tue, 16 Jan 2024 09:40:31 +0100 Subject: [PATCH] one more quilt url correction --- web/quilt/quilt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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