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