mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-30 23:35:19 +00:00
integrate all js files into assets
This commit is contained in:
@@ -148,7 +148,8 @@
|
||||
return response.text();
|
||||
})
|
||||
.then((responseText) => {return new DOMParser().parseFromString(responseText, 'application/xml');})
|
||||
.then((xmlDocument) => {return xmlDocument.toObject();})
|
||||
// .then((xmlDocument) => {return xmlDocument.toObject();})
|
||||
.then((xmlDocument) => {return {};})
|
||||
.then((feed) => {resolve(feed);});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user